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

cvs@template-toolkit.org cvs@template-toolkit.org
Fri, 10 Dec 2004 14:59:47 +0000


cvs         04/12/10 14:59:47

  Modified:    lib/Template Component.pm
  Log:
  *** empty log message ***
  
  Revision  Changes    Path
  1.8       +3 -14     TT3/lib/Template/Component.pm
  
  Index: Component.pm
  ===================================================================
  RCS file: /template-toolkit/TT3/lib/Template/Component.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Component.pm	2004/12/10 14:59:22	1.7
  +++ Component.pm	2004/12/10 14:59:47	1.8
  @@ -14,19 +14,8 @@
   #   This module is free software; you can redistribute it and/or
   #   modify it under the same terms as Perl itself.
   #
  -# TODO
  -#   * Add 'chain' item indicating which chains we want to follow.
  -#   * Finalise how chained items can block the rest of the chain,
  -#     decline, etc.
  -#   * I don't think the enter/leave thing is right.  enter() should 
  -#     be more like clone().
  -#   * Figure out where to cache locally fetched things like compilers,
  -#     resources, etc.  local/shared, directly in object, or something 
  -#     else
  -#   * use cheap clone method with bless rather than calling new()?
  -#
   # REVISION
  -#   $Id: Component.pm,v 1.7 2004/12/10 14:59:22 abw Exp $
  +#   $Id: Component.pm,v 1.8 2004/12/10 14:59:47 abw Exp $
   #
   #========================================================================
   
  @@ -38,7 +27,7 @@
   use Template::Base;
   use base qw( Template::Base );
   
  -our $VERSION   = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/);
  +our $VERSION   = sprintf("%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/);
   our $DEBUG     = 0 unless defined $DEBUG;
   our $ERROR     = '';
   our $THROW     = 'component';
  @@ -351,7 +340,7 @@
   
   =head1 VERSION
   
  -$Revision: 1.7 $
  +$Revision: 1.8 $
   
   =head1 COPYRIGHT