Subject: | Mismatch between META.* and some $VERSION values |
According to META.* the version for Math::Int64::die_on_overflow and Math::Int64::native_if_available are both 0.54:
https://metacpan.org/source/SALVA/Math-Int64-0.54/META.json#L73
https://metacpan.org/source/SALVA/Math-Int64-0.54/META.json#L77
However, there's no $VERSION defined in both modules, so the version is really undef:
https://metacpan.org/source/SALVA/Math-Int64-0.54/lib/Math/Int64/die_on_overflow.pm
https://metacpan.org/source/SALVA/Math-Int64-0.54/lib/Math/Int64/native_if_available.pm
This mismatch causes CPAN.pm to needlessly install the distribution on upgrades.