http://www.perlmonks.org?node_id=299082


in reply to The Very::Long::Class::Name problem

As I can't imagine this to be useful for anything but for OO, you might reconsider making a dummy subclass of that module.
use Very::Long::Class::Name; @Name::ISA = 'Very::Long::Class::Name'; $obj = Name->new; $result = $obj->some_object_method;