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

cvs@template-toolkit.org cvs@template-toolkit.org
Fri, 10 Dec 2004 12:13:13 +0000


cvs         04/12/10 12:13:13

  Modified:    lib/Template Factory.pm
  Log:
  * updated TODO
  
  Revision  Changes    Path
  1.3       +5 -4      TT3/lib/Template/Factory.pm
  
  Index: Factory.pm
  ===================================================================
  RCS file: /template-toolkit/TT3/lib/Template/Factory.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Factory.pm	2004/12/10 12:12:34	1.2
  +++ Factory.pm	2004/12/10 12:13:13	1.3
  @@ -18,7 +18,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Factory.pm,v 1.2 2004/12/10 12:12:34 abw Exp $
  +#   $Id: Factory.pm,v 1.3 2004/12/10 12:13:13 abw Exp $
   #
   #========================================================================
   
  @@ -30,7 +30,7 @@
   use Template::Base;
   use base qw( Template::Base );
   
  -our $VERSION   = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/);
  +our $VERSION   = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/);
   our $DEBUG     = 0 unless defined $DEBUG;
   our $ERROR     = '';
   our $THROW     = 'factory';         # name used for throwing errors
  @@ -178,7 +178,8 @@
   
   =head1 SYNOPSIS
   
  -TODO: change Template::Modules to Template::Factory
  +TODO: change Template::Modules to Template::Factory and extract 
  +those parts that are relevant only to Template::Factory::Modules
   
   Example 1 - using Template::Modules
   
  @@ -445,7 +446,7 @@
   
   =head1 VERSION
   
  -$Revision: 1.2 $
  +$Revision: 1.3 $
   
   =head1 COPYRIGHT