Test for the correct Template::Toolkit version, by the right name. Fixes bug #11278

This commit is contained in:
Colin Kuskie 2009-11-25 11:14:21 -08:00
parent bc58293bc1
commit 13fd430a16
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
7.8.7 7.8.7
- fixed #11278: Wrong test for Template::Toolkit in testEnvironment.pl
7.8.6 7.8.6
- fixed #11250: i18n Asset_EMSSubmissionForm::delete created items label help - fixed #11250: i18n Asset_EMSSubmissionForm::delete created items label help

View file

@ -95,7 +95,7 @@ checkModule("HTML::Highlight", 0.20 );
checkModule("HTML::TagFilter", 1.03 ); checkModule("HTML::TagFilter", 1.03 );
checkModule("HTML::Template", 2.9 ); checkModule("HTML::Template", 2.9 );
checkModule("HTML::Template::Expr", 0.07, 2 ); checkModule("HTML::Template::Expr", 0.07, 2 );
checkModule("Template::Toolkit", 2.20, 2 ); checkModule("Template", 2.20, 2 );
checkModule("XML::FeedPP", 0.40 ); checkModule("XML::FeedPP", 0.40 );
checkModule("JSON", 2.12 ); checkModule("JSON", 2.12 );
checkModule("Config::JSON", "1.3.1" ); checkModule("Config::JSON", "1.3.1" );