Subject: | Failing tests using the dev release of Test::Builder (because of "use Test::More no_plan => 1") |
Heads up:
Using the dev release of Test::Builder (0.8001), when installing 0.57
two tests fail because of an invalid line in the tests:
use Test::More no_plan => 1;
t/100_bugs/017_type_constraint_messages..........................no_plan
takes no arguments at t/100_bugs/017_type_constraint_messages.t line 6.
t/600_todo_tests/005_moose_and_threads...........................no_plan
takes no arguments at t/600_todo_tests/005_moose_and_threads.t line 6.
Apparently no_plan is documented to not take any arguments, and they
made that stricter in the dev release.
perl -v
This is perl, v5.8.8 built for i86pc-solaris-thread-multi
/J