[Templates-cvs] cvs commit: Template2/lib Template.pm

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


cvs         07/02/09 18:40:48

  Modified:    lib      Template.pm
  Log:
  release version 2.18
  
  Revision  Changes    Path
  2.88      +5 -5      Template2/lib/Template.pm
  
  Index: Template.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template.pm,v
  retrieving revision 2.87
  retrieving revision 2.88
  diff -u -r2.87 -r2.88
  --- Template.pm	2006/05/30 17:01:26	2.87
  +++ Template.pm	2007/02/09 18:40:48	2.88
  @@ -17,7 +17,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Template.pm,v 2.87 2006/05/30 17:01:26 abw Exp $
  +#   $Id: Template.pm,v 2.88 2007/02/09 18:40:48 abw Exp $
   #
   #========================================================================
   
  @@ -34,7 +34,7 @@
   use File::Basename;
   use File::Path;
   
  -our $VERSION = '2.15b';
  +our $VERSION = '2.18';
   our $ERROR   = '';
   our $DEBUG   = 0;
   our $BINMODE = 0 unless defined $BINMODE;
  @@ -943,12 +943,12 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15b, released on 30 May 2006.
  +Template Toolkit version 2.18, released on 09 February 2007.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
  -  Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
  +  Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.
  +
   
   This module is free software; you can redistribute it and/or
   modify it under the same terms as Perl itself.