in reply to List of Installed Perl Module in Unix Box
I would look at the autobundle functionality of CPAN:
perl -MCPAN -eshell cpan> autobundle
Before installing the created bundle on the other machine, I would carefully review the listed modules. Also consider what module policy you want - do you want to use the vendor-supplied modules? Then you need to investigate the OS package manager.
|
|---|