[Templates-cvs] cvs commit: Template2/bin release tpage ttree

cvs@template-toolkit.org cvs@template-toolkit.org


cvs         06/05/26 13:44:23

  Modified:    bin      release tpage ttree
  Log:
  Version 2.15
  
  Revision  Changes    Path
  2.11      +2 -2      Template2/bin/release
  
  Index: release
  ===================================================================
  RCS file: /template-toolkit/Template2/bin/release,v
  retrieving revision 2.10
  retrieving revision 2.11
  diff -u -r2.10 -r2.11
  --- release	2003/07/24 16:15:11	2.10
  +++ release	2006/05/26 13:44:22	2.11
  @@ -1,7 +1,7 @@
  -PERL=/usr/local/bin/perl  
  +PERL=/usr/bin/perl  
      $PERL docsrc/bin/ttmkdocs \
   && $PERL docsrc/bin/ttpodglu \
  -&& $PERL Makefile.PL TT_ACCEPT=y TT_XS_ENABLE=y TT_XS_DEFAULT=n TT_LATEX=y \
  +&& $PERL Makefile.PL TT_ACCEPT=y TT_XS_ENABLE=y TT_XS_DEFAULT=n \
   && make                \
   && make test           \
   && bin/fixconfig -v -y \
  
  
  
  2.66      +7 -7      Template2/bin/tpage
  
  Index: tpage
  ===================================================================
  RCS file: /template-toolkit/Template2/bin/tpage,v
  retrieving revision 2.65
  retrieving revision 2.66
  diff -u -r2.65 -r2.66
  --- tpage	2006/01/30 20:02:50	2.65
  +++ tpage	2006/05/26 13:44:22	2.66
  @@ -19,7 +19,7 @@
   #
   #------------------------------------------------------------------------
   #
  -# $Id: tpage,v 2.65 2006/01/30 20:02:50 abw Exp $
  +# $Id: tpage,v 2.66 2006/05/26 13:44:22 abw Exp $
   #
   #========================================================================
   
  @@ -28,7 +28,7 @@
   use AppConfig;
   
   my $NAME     = "tpage";
  -my $VERSION  = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
  +my $VERSION  = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
   my $HOME     = $ENV{ HOME } || '';
   my $RCFILE   = $ENV{"\U${NAME}rc"} || "$HOME/.${NAME}rc";
   my $TTMODULE = 'Template';
  @@ -219,21 +219,21 @@
   
   =head1 AUTHOR
   
  -Andy Wardley E<lt>abw@andywardley.comE<gt>
  +Andy Wardley E<lt>abw@wardley.orgE<gt>
   
  -L<http://www.andywardley.com/|http://www.andywardley.com/>
  +L<http://wardley.org/|http://wardley.org/>
   
   
   
   
   =head1 VERSION
   
  -2.65, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.66, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2006 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.84      +3 -3      Template2/bin/ttree
  
  Index: ttree
  ===================================================================
  RCS file: /template-toolkit/Template2/bin/ttree,v
  retrieving revision 2.83
  retrieving revision 2.84
  diff -u -r2.83 -r2.84
  --- ttree	2006/04/05 17:07:21	2.83
  +++ ttree	2006/05/26 13:44:23	2.84
  @@ -23,7 +23,7 @@
   #
   #------------------------------------------------------------------------
   #
  -# $Id: ttree,v 2.83 2006/04/05 17:07:21 abw Exp $
  +# $Id: ttree,v 2.84 2006/05/26 13:44:23 abw Exp $
   #
   #========================================================================
   
  @@ -37,7 +37,7 @@
   use Text::ParseWords qw(quotewords);
   
   my $NAME     = "ttree";
  -my $VERSION  = sprintf("%d.%02d", q$Revision: 2.83 $ =~ /(\d+)\.(\d+)/);
  +my $VERSION  = sprintf("%d.%02d", q$Revision: 2.84 $ =~ /(\d+)\.(\d+)/);
   my $HOME     = $ENV{ HOME } || '';
   my $RCFILE   = $ENV{"\U${NAME}rc"} || "$HOME/.${NAME}rc";
   my $TTMODULE = 'Template';
  @@ -1056,7 +1056,7 @@
   =head1 VERSION
   
   2.66, distributed as part of the
  -Template Toolkit version 2.14a, released on 02 February 2006.
  +Template Toolkit version 2.15, released on 26 May 2006.
   
   =head1 COPYRIGHT