in reply to Force reinstall on NFS via CPAN::install (or other method)?
Binary compatibility is an issue between versions. I'd advise against trying to support multiple versions of perl on one directory of modules. This will make life difficult. Either install perl manually in a directory other than your system perl, and just install your modules as normal, or use a tool like perlbrew if you want to manage multiple versions of perl on the same system. Also reinstall all modules on new perl, cpan with -a.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Force reinstall on NFS via CPAN::install (or other method)?
by loris (Hermit) on Dec 21, 2017 at 12:35 UTC | |
by marto (Cardinal) on Dec 21, 2017 at 13:37 UTC | |
by choroba (Cardinal) on Dec 21, 2017 at 15:43 UTC |