[Templates-cvs] cvs commit: Template2/lib/Template/Namespace Constants.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Mon, 12 Jan 2004 11:52:36 +0000
cvs 04/01/12 11:52:33
Modified: lib/Template/Namespace Constants.pm
Log:
prep for version 2.12
Revision Changes Path
1.20 +14 -5 Template2/lib/Template/Namespace/Constants.pm
Index: Constants.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Namespace/Constants.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Constants.pm 2004/01/06 18:31:32 1.19
+++ Constants.pm 2004/01/12 11:52:33 1.20
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Constants.pm,v 1.19 2004/01/06 18:31:32 abw Exp $
+# $Id: Constants.pm,v 1.20 2004/01/12 11:52:33 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use base qw( Template::Base );
use vars qw( $VERSION $DEBUG );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.19 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.20 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0 unless defined $DEBUG;
@@ -179,8 +179,8 @@
=head1 VERSION
-1.18, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+1.19, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -192,4 +192,13 @@
=head1 SEE ALSO
-L<Template::Directive|Template::Directive>
\ No newline at end of file
+L<Template::Directive|Template::Directive>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4: