On Tue, 4 Jan 2005 12:49:16 -0800 (PST), Ovid
<[EMAIL PROTECTED]> wrote:
> I'm about to release "Aliased" to the CPAN.
>
> [ . . . . ]
>
> Basically, when you have long package names, it can be cumbersome to
> retype the package name all the time. This module allows you to skip
> that if the subroutines are called as methods. It exports a subroutine
> into your namespace that is the desired alias for the module. Having
> used something similar in a large system, I found that having this
> feature became quite addictive.
>
> [ . . . . ]
>
> Is "Aliased" a good name? Is "aliased" better? Am I overlooking
> anything?
Are you aware of "Alias.pm"?
- Kurt