[Templates-cvs] cvs commit: Template2/t parser.t
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/08/01 17:35:45
Modified: t parser.t
Log:
* Fixed bug in Template::Parser to ensure $self->{ DEFBLOCKS } is cleared
each time a parse() begins.
* Fixed bug in Template::Provider to immediately invalidate the cache entry
of any template that fails to compile.
Revision Changes Path
2.7 +2 -1 Template2/t/parser.t
Index: parser.t
===================================================================
RCS file: /template-toolkit/Template2/t/parser.t,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -r2.6 -r2.7
--- parser.t 2001/11/06 15:00:22 2.6
+++ parser.t 2006/08/01 17:35:45 2.7
@@ -12,7 +12,7 @@
# This is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
#
-# $Id: parser.t,v 2.6 2001/11/06 15:00:22 abw Exp $
+# $Id: parser.t,v 2.7 2006/08/01 17:35:45 abw Exp $
#
#========================================================================
@@ -236,6 +236,7 @@
x
y
end
+
#------------------------------------------------------------------------
# STOP RIGHT HERE!