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 perl 5.41.x (e.g. 5.41.4) the bundled Test::More does not work anymore:
"/tmp/basesmoker-reloperl-k83W/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BerkeleyDB.bs blib/arch/auto/BerkeleyDB/BerkeleyDB.bs 644
PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-k83W/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
String found where operator expected (Missing semicolon on previous line?) at t/Test/More.pm line 375, near "like($this, qr/that/, '"
(Might be a runaway multi-line '' string starting on line 364)
syntax error at t/Test/More.pm line 375, near "like($this, qr/that/, '"
Execution of t/Test/More.pm aborted due to compilation errors.
Compilation failed in require at t/000prereq.t line 12.
BEGIN failed--compilation aborted at t/000prereq.t line 12.
# Looks like your test died before it could output anything.
t/000prereq.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
...
Probably best is to remove t/Test/* and instead put proper prereq specifications to Makefile.PL & META.*.
The text was updated successfully, but these errors were encountered:
With perl 5.41.x (e.g. 5.41.4) the bundled Test::More does not work anymore:
Probably best is to remove t/Test/* and instead put proper prereq specifications to Makefile.PL & META.*.
The text was updated successfully, but these errors were encountered: