Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Jan at ActiveState responded to a post last year on the Win32 Perl list about how to get a list of your PPM installed modules and how to restore them after upgrading.

My experience was that this did not work very well or that there were different modules already installed.

But, if you at least have a list - you can install your previous modules pretty easily with the Visual Package Manager that comes with the 5.8.8 version.

Subject: Upgrading Perl

If all your modules have been installed with PPM, then you should use the ppmprofile script to save and restore these settings.

*Before* you upgrade, install ppm-profile and save your module information:

ppm install ppm-profile ppmprofile save c:\myppm.xml

*After* you have installed a new ActivePerl you can restore all modules with

ppm install ppm-profile ppmprofile restore c:\myppm.xml

If you added additional repositories to your PPM setup, then you probably need to set them up again before running the restore to make sure ppm can locate all the modules again.

Note that this procedure may restore a later version of a module if it has been updated in the repository since you originally installed it. It is also possible that you may not be able to re-install a module because it may no longer be available.

I would strongly recommend to make a backup of your installation before uninstalling anything.


In reply to Re: upgrade from 5.6.1 to 5.8 by tokpela
in thread upgrade from 5.6.1 to 5.8 by raja.b4u

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-23 13:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found