Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: Wow! Painful upgrade to Perl 5.12

by parv (Parson)
on May 19, 2010 at 18:46 UTC ( [id://840761]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Wow! Painful upgrade to Perl 5.12
in thread Wow! Painful upgrade to Perl 5.12

I personally care about only of those pure perl (call it "pp") modules which would continue to work with changing supporting software to a large extent, barring API changes. I am under no illusion that pp modules would not need to be ever updated to follow supporting software. If a otherwise pp module follows very closely changes in supporting modules, then it could go in the "perl-verison" directory along with rest of the lot.

Those concern are for later|never term, for me; I still do not know how to differentiate module type programmatically.

Putting the issue other way, would this be workable (to avoid manual work of module installation via any method among package manager, cpan, "perl Makefile.PL", etc.) ...

  • programmatically generate list of modules in old version;
  • install new perl;
  • programmatically generate difference list from modules in new perl (in core, I suppose) & previous list;
  • install modules from the difference list

... ?

  • Comment on Re^4: Wow! Painful upgrade to Perl 5.12

Replies are listed 'Best First'.
Re^5: Wow! Painful upgrade to Perl 5.12
by chromatic (Archbishop) on May 20, 2010 at 04:35 UTC

    CPAN has an autobundle command for that purpose.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://840761]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-26 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found