http://www.perlmonks.org?node_id=748374


in reply to Reverse engineer a list of CPAN modules from stuff in @INC

perl -MCPAN -e autobundle

Will create a file in ~/.cpan/Bundle directory containing a list of all the installed modules. For bonus points you can even copy that file to another machine, and use CPAN again to install that bundle, automatically installing everything that was installed on the original host.


www.jasonkohles.com
We're not surrounded, we're in a target-rich environment!