--- Kurt Starsinic <[EMAIL PROTECTED]> wrote: > 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"?
I am aware of that module. It does something completely different from mine, so I'm not worried about duplicating functionality. However, I do realize the name can cause some confusion. I welcome other suggestions. I had briefly considered "module.pm" or "class.pm", but I envisioned howls of protests: use class "Really::Long::Class::Name"; my $o = Name->new; However, I do think it's more clear. Cheers, Ovid ===== Silence is Evil http://users.easystreet.com/ovid/philosophy/decency.html Ovid http://www.perlmonks.org/index.pl?node_id=17000 Web Programming with Perl http://users.easystreet.com/ovid/cgi_course/