Perl-Toolchain-Gang / Module-Metadata

Gather package and POD information from perl module files
http://metacpan.org/release/Module-Metadata/
Other
8 stars 16 forks source link

Specify version of Test::More as a minimum #6

Closed spansh closed 10 years ago

spansh commented 10 years ago

We had an issue with one of our build jobs today whereby Module::metadata was failing its tests. The problem turned out to be using note in one of the test files which was not included until Test::More 0.81_01, the first release version of this was 0.82.

This change simply adds a minimum version number for Test::More which should solve this issue.

Taken from the Test::More Changes file: http://cpansearch.perl.org/src/EXODIST/Test-Simple-1.001003/Changes

0.81_01 Sat Sep 6 15:13:50 PDT 2008

pghmcfc commented 10 years ago

At least 0.89_01 is needed for Test::Builder->is_passing()

karenetheridge commented 10 years ago

cherry-picked, thanks!