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

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


cvs         06/05/29 08:54:05

  Modified:    lib/Template Base.pm
  Log:
  *** empty log message ***
  
  Revision  Changes    Path
  2.74      +3 -5      Template2/lib/Template/Base.pm
  
  Index: Base.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Base.pm,v
  retrieving revision 2.73
  retrieving revision 2.74
  diff -u -r2.73 -r2.74
  --- Base.pm	2006/05/29 08:53:37	2.73
  +++ Base.pm	2006/05/29 08:54:05	2.74
  @@ -18,19 +18,17 @@
   #
   #------------------------------------------------------------------------
   #
  -#   $Id: Base.pm,v 2.73 2006/05/29 08:53:37 abw Exp $
  +#   $Id: Base.pm,v 2.74 2006/05/29 08:54:05 abw Exp $
   #
   #========================================================================
    
   package Template::Base;
   
  -require 5.004;
  -
   use strict;
  -use vars qw( $VERSION );
  +use warnings;
   use Template::Constants;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.73 $ =~ /(\d+)\.(\d+)/);
  +our $VERSION = sprintf("%d.%02d", q$Revision: 2.74 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------