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

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


cvs         06/05/29 08:54:30

  Modified:    lib/Template Base.pm
  Log:
  * Misc cleanups
  
  Revision  Changes    Path
  2.75      +5 -6      Template2/lib/Template/Base.pm
  
  Index: Base.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Base.pm,v
  retrieving revision 2.74
  retrieving revision 2.75
  diff -u -r2.74 -r2.75
  --- Base.pm	2006/05/29 08:54:05	2.74
  +++ Base.pm	2006/05/29 08:54:30	2.75
  @@ -7,19 +7,18 @@
   #   Template Toolkit modules.
   #
   # AUTHOR
  -#   Andy Wardley   <abw@kfs.org>
  +#   Andy Wardley   <abw@wardley.org>
   #
   # COPYRIGHT
  -#   Copyright (C) 1996-2000 Andy Wardley.  All Rights Reserved.
  +#   Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
   #   Copyright (C) 1998-2000 Canon Research Centre Europe Ltd.
   #
   #   This module is free software; you can redistribute it and/or
   #   modify it under the same terms as Perl itself.
   #
  -#------------------------------------------------------------------------
  +# REVISION
  +#   $Id: Base.pm,v 2.75 2006/05/29 08:54:30 abw Exp $
   #
  -#   $Id: Base.pm,v 2.74 2006/05/29 08:54:05 abw Exp $
  -#
   #========================================================================
    
   package Template::Base;
  @@ -28,7 +27,7 @@
   use warnings;
   use Template::Constants;
   
  -our $VERSION = sprintf("%d.%02d", q$Revision: 2.74 $ =~ /(\d+)\.(\d+)/);
  +our $VERSION = sprintf("%d.%02d", q$Revision: 2.75 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------