diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 18ceefc58..01272cfdd 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -42,6 +42,9 @@ save you many hours of grief. This may be incompatible with some MySQL operations. Please check any custom modules that access this field. + * Template::Toolkit is no longer an optional dependency. Please install it before attempting + to upgrade to 8.0. + 7.10.24 -------------------------------------------------------------------- * WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 7dc14950d..ed1d23e8b 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -105,7 +105,7 @@ checkModule("HTML::Highlight", 0.20 ); checkModule("HTML::TagFilter", 1.03 ); checkModule("HTML::Template", 2.9 ); checkModule("HTML::Template::Expr", 0.07, 2 ); -checkModule("Template", 2.20, 2 ); +checkModule("Template", 2.20 ); checkModule("XML::FeedPP", 0.40 ); checkModule("XML::FeedPP::MediaRSS", 0.02 ); checkModule("JSON", 2.12 );