in reply to Re^2: How to move 3 years of modules to my new XP box?
in thread How to move 3 years of modules to my new XP box?

Upon rereading the original question, your solution seems far closer than my suggestion. Copying a Perl installation is conveniently possible on Windows by simply copying the Perl directories. The autobundle would require reinstalling all modules, preferrably through CPAN, which is feasible for extensions without an XS component and harder for extensions that require an external library (such as many DBDrivers), so copying is the far easier approach indeed.