I currently have perl 5.8.8 installed on a production linux system, and there are many, many packages installed. I am planning on installing perl 5.16 under a prefix (from source). Is there any way for me to tell cpan that I want to install into this new location the latest version of all packages that currently exist in the existing installation?
I can write a script to walk my current PERL5LIB to build a list of things to install, but I am hoping there is some way pre-built way to do this.