Subject: | check for positive integers in plan number |
Hello,
I just got this out from Test::More:
###
Looks like you planned no_plan tests but ran 2 extra.
###
Huh? How I could run extra tests if I didn't have a plan in the first place? I had
a silly typo, that's how: tests => qw/no_plan/.
I'd like to request that Test::More reality-check that the number of tests is positive integer.
Thanks!
Mark