in reply to perl modules replication

Hi,

Why you don't use the autobundle command available on the CPAN module?

perl -MCPAN -e 'autobundle'

Later you copy the module created under ~/.cpan/Bundle to the other hosts, in the same dir, and the you do:

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

Regards,

fmerges at irc.freenode.net

Replies are listed 'Best First'.
Re^2: perl modules replication
by tedtoal (Initiate) on Dec 10, 2017 at 23:21 UTC

    It appears that if the command to make the bundle makes file Snapshot_2017_12_10_00.pm, then the command to install the modules in the bundle would be:

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