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
With bleadperl (e.g. perl 5.41.5) there are new warnings visible while running the test suite:
PERL_DL_NONLAZY=1 "/opt/perl-5.41.5D/bin/perl5.41.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Possible precedence problem between ! and pattern match (m//) at /home/cpansand/.cpan/build/2024102922/CVSS-1.13-0/blib/lib/CVSS/Base.pm line 53.
# CVSS 1.13, Perl 5.041005, /opt/perl-5.41.5D/bin/perl5.41.5
t/00-load.t ....... ok
... etc ...
The text was updated successfully, but these errors were encountered:
With bleadperl (e.g. perl 5.41.5) there are new warnings visible while running the test suite:
The text was updated successfully, but these errors were encountered: