[Templates-cvs] cvs commit: TT3/lib Template.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Sat, 11 Dec 2004 14:14:26 +0000
cvs 04/12/11 14:14:26
Modified: lib Template.pm
Log:
* updated $VERSION
Revision Changes Path
1.3 +3 -3 TT3/lib/Template.pm
Index: Template.pm
===================================================================
RCS file: /template-toolkit/TT3/lib/Template.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Template.pm 2004/12/10 18:50:13 1.2
+++ Template.pm 2004/12/11 14:14:26 1.3
@@ -15,7 +15,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Template.pm,v 1.2 2004/12/10 18:50:13 abw Exp $
+# $Id: Template.pm,v 1.3 2004/12/11 14:14:26 abw Exp $
#
#========================================================================
@@ -29,7 +29,7 @@
use Template::Base;
use base qw( Template::Base );
-our $VERSION = 'TT3-alpha-01';
+our $VERSION = 'alpha-01';
our $DEBUG = 0 unless defined $DEBUG;
our $ERROR = '';
our $OUTPUT = \*STDOUT unless defined $OUTPUT;
@@ -156,7 +156,7 @@
=head1 VERSION
-$Revision: 1.2 $
+$Revision: 1.3 $
=head1 COPYRIGHT