Heh, that's a little dirtier than I was hoping for.  :)  Dynamically
generated package names will cause problems, and this only works within
a module that explicitly uses it.  I was thinking about something you
could specify on the perl command line that would work globally within
that interpreter, like a -MModule or -d:Module sort of thing.


 -- Jeremy


On Mon, 2003-11-24 at 17:17, John Sequeira wrote:
> 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


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

Reply via email to