Moving to a new machine

S

Sandman

So I've ben using Perl for a couple of years on machine A, now I've bought
machine B which comes with a newer version of perl. I don't think there is a
compatibility issue, but I do know that I've downnloaded and installed several
modules from cpan on machine A, but I can't remember each one specifically.

Is there a easy way to migrate user-installed perl modules to a new
installation?

Thanks for any help!
 
A

Anno Siegel

Sandman said:
So I've ben using Perl for a couple of years on machine A, now I've bought
machine B which comes with a newer version of perl. I don't think there is a
compatibility issue, but I do know that I've downnloaded and installed several
modules from cpan on machine A, but I can't remember each one specifically.

Is there a easy way to migrate user-installed perl modules to a new
installation?

Basically you use CPAN, or CPANPLUS, to make a bundle of your old
installation, take the bundle to the new machine and install it there.
It's a simple process, see the docs.

Anno
 
S

Sherm Pendley

Sandman said:
So I've ben using Perl for a couple of years on machine A, now I've bought
machine B which comes with a newer version of perl. I don't think there is a
compatibility issue, but I do know that I've downnloaded and installed several
modules from cpan on machine A, but I can't remember each one specifically.

Is there a easy way to migrate user-installed perl modules to a new
installation?

Have a look at CPAN.pm's "autobundle" command.

sherm--
 
S

Sandman

Basically you use CPAN, or CPANPLUS, to make a bundle of your old
installation, take the bundle to the new machine and install it there.
It's a simple process, see the docs.

Ok, thanks. I'll do that!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,164
Messages
2,570,898
Members
47,440
Latest member
YoungBorel

Latest Threads

Top