Subject: | Upgrade to latest Test::More for subtest and done_testing |
I'd like to upgrade the minimum required version of Test::More so I can group tests into subtests (which works a bit nicer than the anonymous block scopes that are currently in the tests) and to use done_testing, which prevents the need to explicitly count the number of tests and declare that count up front.
The more recent Test::More would require that the user install it from CPAN, since it's not part of their core Perl, but since that happens automatically and transparently via the cpan client, that isn't a major issue.