Mark Testing modules as optional, fixes bug #11008.

This commit is contained in:
Colin Kuskie 2009-09-17 15:43:46 -07:00
parent 255abcdf97
commit eac2099246
2 changed files with 7 additions and 6 deletions

View file

@ -49,6 +49,7 @@
- fixed #10950: Thingy - fixed #10950: Thingy
- fixed #10976: Form::Date not internationalized /DateTime::setToEpoch - fixed #10976: Form::Date not internationalized /DateTime::setToEpoch
- fixed #11005: calendar feed workflow - fixed #11005: calendar feed workflow
- fixed #11008: Test::Class
7.7.19 7.7.19
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread - fixed #10838: Forwarded forum post email to new CS adds reply to original thread

View file

@ -63,13 +63,13 @@ my $missingModule = 0;
checkModule("LWP", 5.824 ); checkModule("LWP", 5.824 );
checkModule("HTTP::Request", 1.40 ); checkModule("HTTP::Request", 1.40 );
checkModule("HTTP::Headers", 1.61 ); checkModule("HTTP::Headers", 1.61 );
checkModule("Test::More", 0.61, 1 ); checkModule("Test::More", 0.61, 2 );
checkModule("Test::MockObject", 1.02, 1 ); checkModule("Test::MockObject", 1.02, 2 );
checkModule("Test::Deep", 0.095, 1 ); checkModule("Test::Deep", 0.095, 2 );
checkModule("Test::Exception", 0.27, 1 ); checkModule("Test::Exception", 0.27, 2 );
checkModule("Test::Class", 0.31, 1 ); checkModule("Test::Class", 0.31, 2 );
checkModule("Pod::Coverage", 0.19, 2 ); checkModule("Pod::Coverage", 0.19, 2 );
checkModule("Text::Balanced", 2.00, 1 ); checkModule("Text::Balanced", 2.00, 2 );
checkModule("Digest::MD5", 2.38 ); checkModule("Digest::MD5", 2.38 );
checkModule("DBI", 1.607 ); checkModule("DBI", 1.607 );
checkModule("DBD::mysql", 4.010 ); checkModule("DBD::mysql", 4.010 );