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

cvs@template-toolkit.org cvs@template-toolkit.org
Mon, 13 Dec 2004 13:31:39 +0000


cvs         04/12/13 13:31:39

  Modified:    lib/Template Base.pm
  Log:
  *** empty log message ***
  
  Revision  Changes    Path
  1.18      +4 -4      TT3/lib/Template/Base.pm
  
  Index: Base.pm
  ===================================================================
  RCS file: /template-toolkit/TT3/lib/Template/Base.pm,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Base.pm	2004/12/13 12:46:36	1.17
  +++ Base.pm	2004/12/13 13:31:39	1.18
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Base.pm,v 1.17 2004/12/13 12:46:36 abw Exp $
  +#   $Id: Base.pm,v 1.18 2004/12/13 13:31:39 abw Exp $
   #
   #========================================================================
   
  @@ -29,7 +29,7 @@
   require Template::Utils;
   require Template::Exception;
   
  -our $VERSION   = sprintf("%d.%02d", q$Revision: 1.17 $ =~ /(\d+)\.(\d+)/);
  +our $VERSION   = sprintf("%d.%02d", q$Revision: 1.18 $ =~ /(\d+)\.(\d+)/);
   our $DEBUG     = 0 unless defined $DEBUG;
   our $ERROR     = '';
   our $PAD       = '  ';
  @@ -829,7 +829,7 @@
           return $self;
       }
   
  -It first looks for the parameter as specified (e.g. <size>).  If not
  +It first looks for the parameter as specified (e.g. C<size>).  If not
   defined it then looks for the upper case equivalent (e.g. C<SIZE>).
   Failing that it then looks for a package variable (e.g. C<$SIZE>) in
   the subclass package and then in the caller's package.  If any of
  @@ -1192,7 +1192,7 @@
   
   =head1 VERSION
   
  -$Revision: 1.17 $
  +$Revision: 1.18 $
   
   =head1 COPYRIGHT