in reply to "Copying" Strawberry Perl Modules from my laptop to Servers.
It may be a better idea to use the autobundle command in the CPAN shell (perl -MCPAN -e "autobundle;"), which generates a list of installed modules, then upload that listing to an appropriate location on each server and install the bundle (perl -MCPAN -e "install Bundle::Snapshot_2013_10_28_00;").
(Bonus: Look at Order your autobundle by dependency to reorder the listing of modules such that dependencies are installed earlier.)
Hope that helps.
|
|---|