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
The test suite fails if an older version of List::MoreUtils is installed:
# Failed test 'use CSAF;'
# at t/00-load.t line 8.
# Tried to use 'CSAF'.
# Error: Could not find sub 'duplicates' exported by List::MoreUtils at /home/cpansand/.cpan/build/2025022200/CSAF-0.25-g7WVkq/blib/lib/CSAF/Validator/MandatoryTests.pm line 17.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2025022200/CSAF-0.25-g7WVkq/blib/lib/CSAF/Validator/MandatoryTests.pm line 17.
# Compilation failed in require at /home/cpansand/.cpan/build/2025022200/CSAF-0.25-g7WVkq/blib/lib/CSAF/Validator.pm line 8.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2025022200/CSAF-0.25-g7WVkq/blib/lib/CSAF/Validator.pm line 8.
# Compilation failed in require at /home/cpansand/.cpan/build/2025022200/CSAF-0.25-g7WVkq/blib/lib/CSAF/Builder.pm line 9.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2025022200/CSAF-0.25-g7WVkq/blib/lib/CSAF/Builder.pm line 9.
# Compilation failed in require at /home/cpansand/.cpan/build/2025022200/CSAF-0.25-g7WVkq/blib/lib/CSAF.pm line 8.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2025022200/CSAF-0.25-g7WVkq/blib/lib/CSAF.pm line 8.
# Compilation failed in require at t/00-load.t line 8.
# BEGIN failed--compilation aborted at t/00-load.t line 8.
# Failed test 'use CSAF::Builder;'
# at t/00-load.t line 11.
# Tried to use 'CSAF::Builder'.
# Error: Attempt to reload CSAF/Builder.pm aborted.
# Compilation failed in require at t/00-load.t line 11.
# BEGIN failed--compilation aborted at t/00-load.t line 11.
# Failed test 'use CSAF::Validator;'
# at t/00-load.t line 12.
# Tried to use 'CSAF::Validator'.
# Error: Attempt to reload CSAF/Validator.pm aborted.
# Compilation failed in require at t/00-load.t line 12.
# BEGIN failed--compilation aborted at t/00-load.t line 12.
Use of uninitialized value $CSAF::VERSION in concatenation (.) or string at t/00-load.t line 16.
# CSAF , Perl 5.022002, /usr/perl5.22.2t/bin/perl
# Looks like you failed 3 tests of 5.
t/00-load.t .................
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/5 subtests
...
The text was updated successfully, but these errors were encountered:
The test suite fails if an older version of List::MoreUtils is installed:
The text was updated successfully, but these errors were encountered: