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

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


cvs         06/05/30 15:53:34

  Modified:    lib/Template/Namespace Constants.pm
  Log:
  Rebuild in preparation for 2.15b
  
  Revision  Changes    Path
  1.26      +4 -4      Template2/lib/Template/Namespace/Constants.pm
  
  Index: Constants.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Namespace/Constants.pm,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Constants.pm	2006/05/26 13:45:52	1.25
  +++ Constants.pm	2006/05/30 15:53:34	1.26
  @@ -17,7 +17,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Constants.pm,v 1.25 2006/05/26 13:45:52 abw Exp $
  +#   $Id: Constants.pm,v 1.26 2006/05/30 15:53:34 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Base );
   use vars qw( $VERSION $DEBUG );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.25 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.26 $ =~ /(\d+)\.(\d+)/);
   $DEBUG   = 0 unless defined $DEBUG;
   
   
  @@ -179,8 +179,8 @@
   
   =head1 VERSION
   
  -1.24, distributed as part of the
  -Template Toolkit version 2.15, released on 26 May 2006.
  +1.25, distributed as part of the
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT