On 8 Oct 2007, at 11:28, Ovid wrote: [snip]
I like the idea of this module. Lots of people like the idea of 'aliased'. Would it be worth combining the two?use My::Enterprise::Framework; use relative -aliased => qw(Customer Report); # instead of: # my $customer = My::Enterprise::Framework::Customer->new($id); # use: my $customer = Customer->new($id); http://search.cpan.org/dist/aliased/
++ I like. Adrian
