zentara wrote:

Is it possible to put a dirlist of my module sources into a file, and
feed the file to CPAN and let it install each one?


If CPAN is properly confiured to start with;
on the OLD system - do:

perl -MCPAN -e 'autobundle'

        After a LOT of stuff ...
it will write something like:

Wrote bundle file
    /Root/.cpan/Bundle/Snapshot_2004_04_03_00.pm

Inside that file you can get -

perl -MCPAN -e 'install Bundle::Snapshot_2004_04_03_00'

Which tells you how to duplicate that particular
installtions...  Thbis is NOT recommended...

I would suggest you go back and install all 200
by hand again ...

-Sx-


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to