Subject: | t/z_pod-coverage.t causes test failures on Test::More <= 0.87_01 |
I see the test already has a guard that aims to prevent against failures on Test::More <= 0.88, however, it seems to fail anyway because the sub declaration renders a compile failure before the `plan => ` line can get invoked:
Output as follows:
t/z_pod-coverage............Bareword "done_testing" not allowed while "strict subs" in use at t/z_pod-coverage.t line 18.
Execution of t/z_pod-coverage.t aborted due to compilation errors.
Patching around to solve this problem with a BEGIN block is reasonably trivial, but patch included anyway and I have personally tested with this patch applied with success.
I would appreciate if this patch (or some equivalent workaround) landed in some future release, but I'm not pressed for a when =)
Thanks.
Subject: | filter-1.54-pod-coverage-test.patch |