Perl Modules - Host Migration / Deployment

I have what I hope is a simple question that I don’t have, for life I was able to find through the Internet.

Q: Is there a fast / standard automated way to duplicate all the perl modules in system A on another system B, working with an identical version of Linux (say Fedora or centOS), assuming that the modules on host A are all pretty standard modules (no home growth) , for example, to be obtained from CPAN?

Sorry if this is an incredibly stupid question - every time I search for something, I get answers related to perl-installed module sheets, but nothing about how to use this to automate reinstallation or create a mirror installation on another system.

Any help is greatly appreciated - love this site!

R

+3
source share
1 answer

You can use the automatic delivery package to get the script installed for mass deployment of the system.

+3
source

All Articles