Skip Menu |

This queue is for tickets about the Mac-FSEvents CPAN distribution.

Report information
The Basics
Id: 100937
Status: open
Priority: 0/
Queue: Mac-FSEvents

People
Owner: Nobody in particular
Requestors: preaction [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
On Tue Dec 16 01:20:40 2014, preaction wrote: Show quoted text
> 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.
Sounds good to me!