[Templates-cvs] cvs commit: TT3/lib/Template/Toolkit Base.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 03 Dec 2003 18:27:28 +0000
cvs 03/12/03 18:27:28
Modified: lib/Template/Toolkit Base.pm
Log:
* minor updates
Revision Changes Path
1.3 +4 -4 TT3/lib/Template/Toolkit/Base.pm
Index: Base.pm
===================================================================
RCS file: /template-toolkit/TT3/lib/Template/Toolkit/Base.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Base.pm 2003/12/03 14:52:18 1.2
+++ Base.pm 2003/12/03 18:27:27 1.3
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Base.pm,v 1.2 2003/12/03 14:52:18 abw Exp $
+# $Id: Base.pm,v 1.3 2003/12/03 18:27:27 abw Exp $
#
#========================================================================
@@ -28,7 +28,7 @@
use vars qw( $VERSION $DEBUG $ERROR $WARNING );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0 unless defined $DEBUG;
$ERROR = '';
@@ -389,11 +389,11 @@
=head1 VERSION
-# TODO
+$Revision: 1.3 $
=head1 COPYRIGHT
- Copyright (C) 1996-2004 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 Andy Wardley. All Rights Reserved.
Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
This module is free software; you can redistribute it and/or