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
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: