Subject: | Minimum required version of Test::More is 0.88 |
As the subject says...
I find in the tests:
% grep -rn done_testing t
t/xmlliteral.t:123:done_testing;
t/namespaces.t:119:done_testing;
t/lang.t:122:done_testing;
Since done_testing was introduced in Test::More 0.87_01 the currently
declared minimum version number of 0.61 is too low.
HTH && Regards,