Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed

Conversation

spansh
Copy link

@spansh spansh commented Apr 28, 2014

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

  • Added note() and explain() to both Test::More and Test::Builder.
    [rt.cpan.org 14764] [test-more.googlecode.com 3]

Gareth Harper added 2 commits April 28, 2014 12:18
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
  * Added note() and explain() to both Test::More and Test::Builder.
    [rt.cpan.org 14764] [test-more.googlecode.com 3]
@pghmcfc
Copy link

pghmcfc commented Apr 28, 2014

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

@karenetheridge
Copy link
Member

cherry-picked, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants