Skip Menu |

This queue is for tickets about the XS-Install CPAN distribution.

Report information
The Basics
Id: 131829
Status: resolved
Priority: 0/
Queue: XS-Install

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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?
Вск Фев 16 12:14:48 2020, SREZIC писал: Show quoted text
> 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?
Will change it in the next version. Show quoted text
> > And while at this: what would be the command line for CPAN.pm users?
cpan -f -i ? don't know if it has "--reinstall" analog
Done