You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if this is the correct way, this correct way to install dual modules should be in the documentation somewhere. I found it by looking at the test directory. Please write it in the documentation.
I'm seeing the same issue on perl 5.24, but pinto pull SAPER/XSLoader-0.24.tar.gzdoesn't solve the problem. It just reports 'No changes were made'
As far as I can see, pinto refuses to replace/update modules which are listed as belonging to 'F/FAKE/perl' in 02packages.details.txt.gz
It also seems to be some interaction with perlbrew and cpanm as cpanm isn't detecting that more recent versions of the modules are already installed as it skips modules listed with F/FA/FAKE/perl, even though the updated module is actually present in the repo mirror
List::MoreUtils requires XSLoader module 0.22, but XSLoader is a core module, and perl 5.22 only has 0.20.
So pinto pull & pinto install do nothing on XSLoader, and fails to install List::MoreUtils.
Do I have to do something differently, or is this a bug of Pinto?
The text was updated successfully, but these errors were encountered: