[Templates-cvs] cvs commit: Template2/lib/Template Provider.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/01/30 15:30:31
Modified: lib/Template Provider.pm
Log:
* fixed typos
Revision Changes Path
2.84 +4 -4 Template2/lib/Template/Provider.pm
Index: Provider.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Provider.pm,v
retrieving revision 2.83
retrieving revision 2.84
diff -u -r2.83 -r2.84
--- Provider.pm 2006/01/28 08:47:44 2.83
+++ Provider.pm 2006/01/30 15:30:30 2.84
@@ -27,7 +27,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Provider.pm,v 2.83 2006/01/28 08:47:44 abw Exp $
+# $Id: Provider.pm,v 2.84 2006/01/30 15:30:30 abw Exp $
#
#============================================================================
@@ -35,7 +35,7 @@
use strict;
use warnings;
-use base 'Template::Base'
+use base 'Template::Base';
use Template::Config;
use Template::Constants;
use Template::Document;
@@ -49,9 +49,9 @@
use constant NEXT => 4;
use constant STAT => 5;
-our $VERSION = sprintf("%d.%02d", q$Revision: 2.83 $ =~ /(\d+)\.(\d+)/);
+our $VERSION = sprintf("%d.%02d", q$Revision: 2.84 $ =~ /(\d+)\.(\d+)/);
our $DEBUG = 0 unless defined $DEBUG;
-our $ERROR = ''
+our $ERROR = '';
# name of document class
our $DOCUMENT = 'Template::Document' unless defined $DOCUMENT;