in reply to Re^4: Getting rid of "new" (aliased.pm)
in thread Getting rid of "new"

It'd be a moderately simple change to Exporter to support:

use aliased qw( aliasMod=alias ); use Data::Alias qw( aliasData=alias ); use Lexical::Alias qw( lexAlias=alias );

and one that I've long expected to happen. But you'd have to get aliased.pm to support being passed an argument destined for Exporter.pm, of course.

- tye