[Pdx-pm] Austin's $VERSION trick

Kris Bosland krisb at ring.org
Fri Jul 15 13:56:31 PDT 2005


On Thu, 14 Jul 2005, Michael G Schwern wrote:

> you can't say "do Hello::World::Version" it has to be
> "do 'Hello/World/Version.pm'" which is kind of nasty.

...

>   package Hello::World::Version;
>
>   delete $INC{"Hello/World/Version.pm"};
>
>   return 0.01;

Seems like there is still the hard coded separator problem.  Is there a
way to access this without those separators?

-Kris



More information about the Pdx-pm-list mailing list