[Templates-cvs] cvs commit: Template2/bin tpage ttree
cvs@template-toolkit.org
cvs@template-toolkit.org
Tue, 06 Jan 2004 18:28:51 +0000
cvs 04/01/06 18:28:50
Modified: bin tpage ttree
Log:
* verion 2.11
Revision Changes Path
2.59 +4 -4 Template2/bin/tpage
Index: tpage
===================================================================
RCS file: /template-toolkit/Template2/bin/tpage,v
retrieving revision 2.58
retrieving revision 2.59
diff -u -r2.58 -r2.59
--- tpage 2003/07/24 16:15:11 2.58
+++ tpage 2004/01/06 18:28:50 2.59
@@ -19,7 +19,7 @@
#
#------------------------------------------------------------------------
#
-# $Id: tpage,v 2.58 2003/07/24 16:15:11 abw Exp $
+# $Id: tpage,v 2.59 2004/01/06 18:28:50 abw Exp $
#
#========================================================================
@@ -112,12 +112,12 @@
=head1 VERSION
-2.64, distributed as part of the
-Template Toolkit version 2.10, released on 24 July 2003.
+2.65, distributed as part of the
+Template Toolkit version 2.11, released on 06 January 2004.
=head1 COPYRIGHT
- Copyright (C) 1996-2003 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2004 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
2.69 +4 -12 Template2/bin/ttree
Index: ttree
===================================================================
RCS file: /template-toolkit/Template2/bin/ttree,v
retrieving revision 2.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- ttree 2003/10/09 15:53:11 2.68
+++ ttree 2004/01/06 18:28:50 2.69
@@ -23,7 +23,7 @@
#
#------------------------------------------------------------------------
#
-# $Id: ttree,v 2.68 2003/10/09 15:53:11 abw Exp $
+# $Id: ttree,v 2.69 2004/01/06 18:28:50 abw Exp $
#
#========================================================================
@@ -37,7 +37,7 @@
use Text::ParseWords qw(quotewords);
my $NAME = "ttree";
-my $VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
my $HOME = $ENV{ HOME } || '';
my $RCFILE = $ENV{"\U${NAME}rc"} || "$HOME/.${NAME}rc";
@@ -1026,11 +1026,11 @@
=head1 VERSION
2.65, distributed as part of the
-Template Toolkit version 2.10a, released on 09 October 2003.
+Template Toolkit version 2.11, released on 06 January 2004.
=head1 COPYRIGHT
- Copyright (C) 1996-2003 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2004 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
@@ -1039,12 +1039,4 @@
=head1 SEE ALSO
L<tpage|Template::Tools::tpage>
-
-=cut
-
-# Local Variables:
-# mode: perl
-# perl-indent-level: 4
-# indent-tabs-mode: nil
-# End: