Ovid <[EMAIL PROTECTED]> writes:

[...]

> That fails because it makes the common case more difficult:
>
>   use aliasing "Really::Long::Class:Name";
>   # or 
>   use aliasing "Really::Long::Class:Name", as => "CName";
>
> However, I do like the name "aliasing.pm"  Anyone else?  It's not
> perfect, but the one that reads the most naturally "class", seems to
> not be favored by people.

What about something like 'shortname':

  use shortname "Really::Long::Class::Name";
  use shortname "CName" => "Really::Long::Class::Name";

or 

  use shortname "CName for Really::Long::Class::Name";

It's confusing to have unrelated modules called Alias and aliasing.

----ScottG.

Reply via email to