File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ save you many hours of grief.
42
42
This may be incompatible with some MySQL operations. Please check any custom modules
43
43
that access this field.
44
44
45
+ * Template::Toolkit is no longer an optional dependency. Please install it before attempting
46
+ to upgrade to 8.0.
47
+
45
48
7.10.24
46
49
--------------------------------------------------------------------
47
50
* WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ BEGIN
105
105
checkModule(" HTML::TagFilter" , 1.03 );
106
106
checkModule(" HTML::Template" , 2.9 );
107
107
checkModule(" HTML::Template::Expr" , 0.07, 2 );
108
- checkModule(" Template" , 2.20, 2 );
108
+ checkModule(" Template" , 2.20 );
109
109
checkModule(" XML::FeedPP" , 0.40 );
110
110
checkModule(" XML::FeedPP::MediaRSS" , 0.02 );
111
111
checkModule(" JSON" , 2.12 );
You can’t perform that action at this time.
0 commit comments