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

use constant VLCN => 'Very::Long::Class::Name'; $obj = VLCN->new(); $result = VLCN->other_class_method();

Makeshifts last the longest.