ingydotnet / test-base-pm

Extendable Perl Testing
http://search.cpan.org/dist/Test-Base/
13 stars 12 forks source link

Requires Test::More >= 0.88 #19

Closed perlpunk closed 6 years ago

perlpunk commented 8 years ago

I tried to install Test::Base on perl 5.8.5 and the tests failed because

t/000-require-modules....You tried to run a test without a plan at t/000-require-modules.t line 9

I added Test::More 0.88 to Meta