[Templates-cvs] cvs commit: TT3/misc skeleton.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 10 Dec 2003 14:18:54 +0000
cvs 03/12/10 14:18:54
Modified: misc skeleton.pm
Log:
set zero version
Revision Changes Path
1.3 +3 -3 TT3/misc/skeleton.pm
Index: skeleton.pm
===================================================================
RCS file: /template-toolkit/TT3/misc/skeleton.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- skeleton.pm 2003/12/04 11:29:49 1.2
+++ skeleton.pm 2003/12/10 14:18:54 1.3
@@ -31,7 +31,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: skeleton.pm,v 1.2 2003/12/04 11:29:49 abw Exp $
+# $Id: skeleton.pm,v 1.3 2003/12/10 14:18:54 abw Exp $
#
#========================================================================
@@ -43,7 +43,7 @@
use vars qw( $VERSION $DEBUG $ERROR $WARNING );
use base qw( Template::TT3::Base );
-$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 = '';
@@ -84,7 +84,7 @@
=head1 VERSION
-$Revision: 1.2 $
+$Revision: 1.3 $
=head1 COPYRIGHT