Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find sub 'duplicates' exported by List::MoreUtils #6

Open
eserte opened this issue Feb 22, 2025 · 0 comments
Open

Could not find sub 'duplicates' exported by List::MoreUtils #6

eserte opened this issue Feb 22, 2025 · 0 comments

Comments

@eserte
Copy link

eserte commented Feb 22, 2025

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 
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant