diff --git a/Changes b/Changes index 904201d6..89f0b840 100644 --- a/Changes +++ b/Changes @@ -19,6 +19,7 @@ Improvements: Bug Fixes: * Fixed incorrect line numbers when using outline tags +* Fixed incorrect Apache::Util(s) module in t/html.t #----------------------------------------------------------------------- # Version 3.100 diff --git a/lib/Template.pm b/lib/Template.pm index 3d514261..91abb901 100644 --- a/lib/Template.pm +++ b/lib/Template.pm @@ -32,7 +32,7 @@ use File::Basename; use File::Path; use Scalar::Util qw(blessed); -our $VERSION = '3.100'; +our $VERSION = '3.101'; our $ERROR = ''; our $DEBUG = 0; our $BINMODE = 0 unless defined $BINMODE;