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?  :)



Of course this already exists: Acme::Intraweb

;-)
John






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

Reply via email to