Subject: | Test::More alphas break this. |
https://github.com/Test-More/test-more/issues/492
This module is broken by the latest Test::More alphas. This is because the latest alphas have fixed the plan bug you work around. You can probably fix it by removing the plan tests => 1 and using 'done_testing'. This might also work fine on older Test::Builders, if not you will need to make it conditional on version until the alphas are stable.