Subject: | t/000-report-versions-tiny.t does not pass |
While running ./Build test, I get:
ok 1 - we really didn't test anything, just reporting data
1..1
not ok 2 - done_testing() was already called at
/usr/share/perl5/vendor_perl/Test/CheckChanges.pm line 251
# Failed test 'done_testing() was already called at
/usr/share/perl5/vendor_perl/Test/CheckChanges.pm line 251'
# at /usr/share/perl5/Test/More.pm line 221.
# Looks like you planned 1 test but ran 2.
This is caused by Test:CheckChanges END block probably
(https://rt.cpan.org/Public/Bug/Display.html?id=63914) which calls
Test::Builder->done_testing(1).
It would be nice if one of you justified the code.