Jeremy Muhlich wrote:

No need to use LWP. You can call CPAN directly:

 use CPAN;
 CPAN::install("Some::Module");

But why stop at writing a standalone script?  How about a Devel:: module
that watches for a failed require() call, installs the missing module,
and continues?  :)


-- Jeremy


You mean, like Acme::Intraweb?

http://search.cpan.org/~kane/Acme-Intraweb/lib/Acme/Intraweb.pm

John Sequeira
http://www.jsequeira.com

_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to