RE: Really auto autoloaded modules

2001-02-03 Thread Dave Storrs
On Fri, 2 Feb 2001, Garrett Goebel wrote: $Foo::VERSION eq 1.00 | | $Foo::VERSION eq 2.00 | | Bar Baz \ / My::Module Ideally, it should be perfectly legit to have multiple versions of a given module on your system, which would resolve this problem nicely.

Re: Really auto autoloaded modules

2001-02-03 Thread Dan Sugalski
At 04:13 PM 2/2/2001 -0800, Nathan Wiger wrote: Damian Conway wrote: Where should this info be maintained? In a module in @INC (sort of like CPAN/MyConfig.pm)? Or in a special file that's only written to via a module install? Or in a block atop each module that's yanked

Re: Really auto autoloaded modules

2001-02-03 Thread Uri Guttman
"DS" == Dan Sugalski [EMAIL PROTECTED] writes: DS That strikes me as very much too high level a thing. I'm figuring there DS will be no more than one file, and we may well go so far as to weld the DS processed version of it into a shareable library that gets loaded in as DS part of