package UNIVERSAL::Object::Method;

use strict;
use warnings;

{
    package UNIVERSAL;
    use Object::Method;
}

1;