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

Module::Pluggable is a dependency error on 5.18.4 #915

Closed
timlegge opened this issue May 9, 2023 · 1 comment
Closed

Module::Pluggable is a dependency error on 5.18.4 #915

timlegge opened this issue May 9, 2023 · 1 comment

Comments

@timlegge
Copy link

timlegge commented May 9, 2023

For some reason 5.18.4 fails tests for Test2::Plugin::NoWarnings fail with the following error :houseabsolute/Test2-Plugin-NoWarnings#5. It seems that installing Module::Plugable first fixes the issue.

Test Summary Report

t/basic.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=5, Tests=9, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.54 cusr 0.07 csys = 0.62 CPU)
Result: FAIL

Looking at the results of the test:

blib/lib/ t/basic.t

Seeded srand with seed '20230508' from local date.

not ok 1 - Unexpected warning: Module::Pluggable will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /.../perl-5.18.4/lib/site_perl/5.18.4/Test2/API/InterceptResult/Event.pm, line 27.
ok 2
ok 3
1..3

cpanm Module::Pluggable
--> Working on Module::Pluggable
Fetching https://cpan.metacpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz ... OK
Configuring Module-Pluggable-5.2 ... OK
Building and testing Module-Pluggable-5.2 ... OK
Successfully installed Module-Pluggable-5.2 (upgraded from 4.7)
1 distribution installed

perl -I blib/lib/ t/basic.t

Seeded srand with seed '20230508' from local date.

ok 1
ok 2
1..2

Seems to work fine

@timlegge
Copy link
Author

timlegge commented May 9, 2023

Logged at Test-More/Test2-Suite#270 where is should have been logged - closing

@timlegge timlegge closed this as completed May 9, 2023
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