Template::Toolkit is no longer an optional dependency for WebGUI.
This commit is contained in:
parent
9b3f91e1ed
commit
02bb3a9d67
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue