Subject: | JSON::backportPP::Boolean version breaks cpan 'upgrade' command |
I used cpan to install MAKAMAKA/JSON-2.90.tar.gz. Then I used the 'r' command to find outdated modules. It reported:
Package namespace installed latest in CPAN file
JSON::backportPP::Boolean undef 2.27203 MAKAMAKA/JSON-2.61.tar.gz
So now when I run 'upgrade', it thinks it needs to downgrade to JSON-2.61 to get the latest version of JSON::backportPP::Boolean, and then upgrade realizes JSON is outdated and installs JSON-2.90, immediately followed by JSON-2.61 again (which overwrites the newer version).
Please put a proper version number in JSON::backportPP::Boolean.