Template::Toolkit is no longer an optional dependency for WebGUI.

This commit is contained in:
Colin Kuskie 2012-02-12 21:47:30 -08:00
parent 9b3f91e1ed
commit 02bb3a9d67
2 changed files with 4 additions and 1 deletions

View file

@ -42,6 +42,9 @@ save you many hours of grief.
This may be incompatible with some MySQL operations. Please check any custom modules This may be incompatible with some MySQL operations. Please check any custom modules
that access this field. 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 7.10.24
-------------------------------------------------------------------- --------------------------------------------------------------------
* WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version * WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version

View file

@ -105,7 +105,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", 2.20, 2 ); checkModule("Template", 2.20 );
checkModule("XML::FeedPP", 0.40 ); checkModule("XML::FeedPP", 0.40 );
checkModule("XML::FeedPP::MediaRSS", 0.02 ); checkModule("XML::FeedPP::MediaRSS", 0.02 );
checkModule("JSON", 2.12 ); checkModule("JSON", 2.12 );