update testEnvironment.pl to require newly released HTML::Template

This commit is contained in:
Colin Kuskie 2007-01-30 19:19:46 +00:00
parent 70071838bc
commit 0d0ec2ccca
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,9 @@
and tested.
- fix: lack of testing for valid object creation
- fix: No mention of intermediate upgrade step in gotcha's
- fix: A newly released version of Html::Template fixes a bug with global
variables and nested loops. testEnvironment.pl has been updated to
require that it be used.
7.3.8
- Fixed a template variable rewriting problem with HTML::Template::Expr

View file

@ -99,7 +99,7 @@ checkModule("Log::Log4perl",0.51);
checkModule("Net::LDAP",0.25);
checkModule("HTML::Highlight",0.20);
checkModule("HTML::TagFilter",0.07);
checkModule("HTML::Template",2.7);
checkModule("HTML::Template",2.9);
checkModule("HTML::Template::Expr",0.05,2);
checkModule("Parse::PlainConfig",1.1);
checkModule("XML::RSSLite",0.11);