in reply to CGI::Carp::warn bug in 5.8.7 Deep recursion?
This neatly leads onto another issue. If you've done this in the past so now have several perl library sets, is there an automatted way to remove old versions of modules where newer ones exist, ie module::something v1 was installed by Perl 5.6 and is in /usr/local/lib/perl/5.6.0...., v2 was built with Perl 5.8 and is in /usr/local/lib/perl/5.8.x....
If you build the new module with the same Perl as the old it overwrites the old module, is there a nice way to remove the old version, ideally when installing the new, for building with a newer Perl?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI::Carp::warn bug in 5.8.7 Deep recursion?
by jbrose (Novice) on Aug 17, 2006 at 16:14 UTC |