Skip to content

Commit 02bb3a9

Browse files
committedFeb 13, 2012
Template::Toolkit is no longer an optional dependency for WebGUI.
1 parent 9b3f91e commit 02bb3a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎docs/gotcha.txt

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ save you many hours of grief.
4242
This may be incompatible with some MySQL operations. Please check any custom modules
4343
that access this field.
4444

45+
* Template::Toolkit is no longer an optional dependency. Please install it before attempting
46+
to upgrade to 8.0.
47+
4548
7.10.24
4649
--------------------------------------------------------------------
4750
* WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version

‎sbin/testEnvironment.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ BEGIN
105105
checkModule("HTML::TagFilter", 1.03 );
106106
checkModule("HTML::Template", 2.9 );
107107
checkModule("HTML::Template::Expr", 0.07, 2 );
108-
checkModule("Template", 2.20, 2 );
108+
checkModule("Template", 2.20 );
109109
checkModule("XML::FeedPP", 0.40 );
110110
checkModule("XML::FeedPP::MediaRSS", 0.02 );
111111
checkModule("JSON", 2.12 );

0 commit comments

Comments
 (0)
Please sign in to comment.