I manage an application that has been rode hard and put away wet over the years, but is still expected to continue to work. The server OS has been maintained, but the Perl instance has not because there isn't anybody assigned to the box that knows Perl. I need to install a new module for a request, but my management is concerned about how we can back out the changes if there's a problem. I've used CPAN to install it locally on my machine, but there were a ton of dependencies that also had to be installed.
Unfortunately, I don't have a test server to start on, I have to go straight to production. (I didn't say this was an ideal situation)
The server is a windows box. Is is possible to make a backup copy of the Perl directory that I can overlay back on top if the new modules updates/installs doesn't go well?
I know this is a bit vague. I'm not a server admin, and without one, I'm leery of installing something to a production box without a backup plan.
INSTALL_BASE). Perl will only look there as long as thePERL5LIBenv variable mentions it.cpanto passINSTALL_BASEtoperl Makefile.PLand--install_basetoperl Build.PL. Sorry, I don't have time to create a proper answer.