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,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl modules replication
by tedtoal (Initiate) on Dec 10, 2017 at 23:21 UTC |