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
This bug is a result of the way Software::LicenseUtils iterates over @INC to set up its meta key hashes. If a previous version is installed (in our case, the one provided by libsoftware-license-perl in Ubuntu) that has additional licenses, the tests will fail.
The comment on line 55 of lib/Software/LicenseUtils.pm is on point - testing should only scan lib and blib.
Looks like the same issue is showing on CPANTESTERS
This is on Ubuntu x86_64:
Test report:
The text was updated successfully, but these errors were encountered: