to:use Very::Long::Module::Name as Foo;
essentially aliasing the stashes of the Foo namespace with the Very::Long::Module::Name namespace at compile time.BEGIN {*{"Foo::"} = \*{"Very::Long::Module::Name::"}}use Very::Long::M +odule::Name;
So this is before anything is required under "use"s hood.
Liz
In reply to Re: Re4: use Very::Long::Module::Name as Foo;
by liz
in thread use Very::Long::Module::Name as Foo;
by liz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |