Upgrade all modules installed by local::lib
问题 I've been using local::lib to handle the installation of Perl modules on a server so I can get the right versions for some development work without polluting the system installation. However, the system administrator has recently upgraded Perl from 5.16 to 5.18 and I'm now getting errors relating to binary modules, e.g. perl -e 'use Scalar::Util' Perl API version v5.16.0 of List::Util does not match v5.18.0 at /usr/lib64/perl5/5.18.2/XSLoader.pm line 92. Compilation failed in require at /home