in reply to How to combine multiple perl modules to make them run from command line

Kinldy refer the autobundle option of CPAN which will bundle all the install modules in the system. So that the same can the installed in any system.

perl -MCPAN -e autobundle
perl -MCPAN -e 'install Bundle::Snapshot*′
  • Comment on Re: How to combine multiple perl modules to make them run from command line