On Sat, Jul 24, 2004 at 04:51:52PM -0700, Brent 'Dax' Royal-Gordon wrote:
: This would require 'cpan' to parse the script with a modified grammar 
: that noted all the 'use's (and 'require's, I guess), then install each 
: module.  Or something like that.
: 
: Hmm...maybe this could be done for Perl 5...

If the main impediment is security, you have to know what the
checksums of the modules you're looking for are, and that means you
have to know exactly what version you're looking for (or have info
on all versions).  Which implies that you might need something like
Perl 6's ability to (attempt to) use two different versions of the
same module simultaneously.

But don't let me discourage you from playing with it in Perl 5...  :-)

Larry

Reply via email to