Subject: | Suggest cpanm --reinstall instead of cpanm -f? |
XS::Loader may suggest something like this:
# XS::Loader: XS module Date binary depends on XS module XS::Framework.
# Date was compiled with XS::Framework version 1.2.2, but current version is 1.2.6.
# Please reinstall all modules that binary depend on XS::Framework:
# cpanm -f Date Export::XS Geo::Geos Time::XS URI::XS
However, "cpanm -f" would install the modules even if the test suite fails. Shouldn't "cpanm --reinstall" be recommended here?
And while at this: what would be the command line for CPAN.pm users?