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.) ...

... ?

  • 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.