[Templates-cvs] cvs commit: Template2/lib/Template/Plugin Autoformat.pm CGI.pm DBI.pm Datafile.pm Date.pm Directory.pm Dumper.pm File.pm Filter.pm Format.pm HTML.pm Image.pm Iterator.pm Math.pm Pod.pm Procedural.pm String.pm Table.pm URL.pm View.pm Wrap.pm

cvs@template-toolkit.org cvs@template-toolkit.org
Tue, 06 Jan 2004 18:31:38 +0000


cvs         04/01/06 18:31:37

  Modified:    lib/Template/Plugin Autoformat.pm CGI.pm DBI.pm Datafile.pm
                        Date.pm Directory.pm Dumper.pm File.pm Filter.pm
                        Format.pm HTML.pm Image.pm Iterator.pm Math.pm
                        Pod.pm Procedural.pm String.pm Table.pm URL.pm
                        View.pm Wrap.pm
  Log:
  * verion 2.11
  
  Revision  Changes    Path
  2.61      +4 -4      Template2/lib/Template/Plugin/Autoformat.pm
  
  Index: Autoformat.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Autoformat.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- Autoformat.pm	2003/07/24 16:16:34	2.60
  +++ Autoformat.pm	2004/01/06 18:31:35	2.61
  @@ -21,7 +21,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Autoformat.pm,v 2.60 2003/07/24 16:16:34 abw Exp $
  +# $Id: Autoformat.pm,v 2.61 2004/01/06 18:31:35 abw Exp $
   #
   #============================================================================
   
  @@ -35,7 +35,7 @@
   use Template::Plugin;
   use Text::Autoformat;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, $options) = @_;
  @@ -224,8 +224,8 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.60, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   
   
  
  
  
  2.61      +5 -5      Template2/lib/Template/Plugin/CGI.pm
  
  Index: CGI.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/CGI.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- CGI.pm	2003/07/24 16:16:35	2.60
  +++ CGI.pm	2004/01/06 18:31:35	2.61
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: CGI.pm,v 2.60 2003/07/24 16:16:35 abw Exp $
  +# $Id: CGI.pm,v 2.61 2004/01/06 18:31:35 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use Template::Plugin;
   use CGI;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my $class   = shift;
  @@ -142,12 +142,12 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.60, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.59      +13 -13    Template2/lib/Template/Plugin/DBI.pm
  
  Index: DBI.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/DBI.pm,v
  retrieving revision 2.58
  retrieving revision 2.59
  diff -u -r2.58 -r2.59
  --- DBI.pm	2003/07/24 16:16:35	2.58
  +++ DBI.pm	2004/01/06 18:31:35	2.59
  @@ -19,7 +19,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: DBI.pm,v 2.58 2003/07/24 16:16:35 abw Exp $
  +#   $Id: DBI.pm,v 2.59 2004/01/06 18:31:35 abw Exp $
   # 
   #==============================================================================
   
  @@ -35,7 +35,7 @@
   use vars qw( $VERSION $DEBUG $QUERY $ITERATOR );
   use base qw( Template::Plugin );
   
  -$VERSION  = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
  +$VERSION  = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
   $DEBUG    = 0 unless defined $DEBUG;
   $QUERY    = 'Template::Plugin::DBI::Query';
   $ITERATOR = 'Template::Plugin::DBI::Iterator';
  @@ -203,17 +203,17 @@
       $debug = $self->{ _DEBUG } unless defined $debug;
   
       tie %hash, 'Tie::DBI', {
  -	%$params,   # any other Tie::DBI options like DEBUG, WARN, etc
  -	db       => $self->{ _DBH  } || $self->{ _DSN },
  -	user     => $self->{ _USER },
  -	password => $self->{ _PASS },
  -	table    => $table,
  -	key      => $key,
  -	CLOBBER  => $klobs || 0,
  -	DEBUG    => $debug || 0,
  +        %$params,   # any other Tie::DBI options like DEBUG, WARN, etc
  +        db       => $self->{ _DBH  } || $self->{ _DSN },
  +        user     => $self->{ _USER },
  +        password => $self->{ _PASS },
  +        table    => $table,
  +        key      => $key,
  +        CLOBBER  => $klobs || 0,
  +        DEBUG    => $debug || 0,
       };
   
  -    return \%hash ;
  +    return \%hash;
   }
   
   
  @@ -929,8 +929,8 @@
   
   =head1 VERSION
   
  -2.57, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.58, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   
   
  
  
  
  2.63      +5 -5      Template2/lib/Template/Plugin/Datafile.pm
  
  Index: Datafile.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Datafile.pm,v
  retrieving revision 2.62
  retrieving revision 2.63
  diff -u -r2.62 -r2.63
  --- Datafile.pm	2003/07/24 16:16:35	2.62
  +++ Datafile.pm	2004/01/06 18:31:35	2.63
  @@ -19,7 +19,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Datafile.pm,v 2.62 2003/07/24 16:16:35 abw Exp $
  +# $Id: Datafile.pm,v 2.63 2004/01/06 18:31:35 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.63 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, $filename, $params) = @_;
  @@ -172,12 +172,12 @@
   
   =head1 VERSION
   
  -2.61, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.62, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.68      +4 -4      Template2/lib/Template/Plugin/Date.pm
  
  Index: Date.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Date.pm,v
  retrieving revision 2.67
  retrieving revision 2.68
  diff -u -r2.67 -r2.68
  --- Date.pm	2003/07/24 16:16:35	2.67
  +++ Date.pm	2004/01/06 18:31:35	2.68
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Date.pm,v 2.67 2003/07/24 16:16:35 abw Exp $
  +# $Id: Date.pm,v 2.68 2004/01/06 18:31:35 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   
   use POSIX ();
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.67 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
   $FORMAT  = '%H:%M:%S %d-%b-%Y';    # default strftime() format
   @LOCALE_SUFFIX = qw( .ISO8859-1 .ISO_8859-15 .US-ASCII .UTF-8 );
   
  @@ -343,8 +343,8 @@
   
   =head1 VERSION
   
  -2.66, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.67, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   
   
  
  
  
  2.61      +4 -4      Template2/lib/Template/Plugin/Directory.pm
  
  Index: Directory.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Directory.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- Directory.pm	2003/07/24 16:16:35	2.60
  +++ Directory.pm	2004/01/06 18:31:36	2.61
  @@ -14,7 +14,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Directory.pm,v 2.60 2003/07/24 16:16:35 abw Exp $
  +#   $Id: Directory.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -29,7 +29,7 @@
   use vars qw( $VERSION );
   use base qw( Template::Plugin::File );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -394,8 +394,8 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.60, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   
   
  
  
  
  2.61      +4 -4      Template2/lib/Template/Plugin/Dumper.pm
  
  Index: Dumper.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Dumper.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- Dumper.pm	2003/07/24 16:16:35	2.60
  +++ Dumper.pm	2004/01/06 18:31:36	2.61
  @@ -18,7 +18,7 @@
   #
   #------------------------------------------------------------------------------
   #
  -# $Id: Dumper.pm,v 2.60 2003/07/24 16:16:35 abw Exp $
  +# $Id: Dumper.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
   # 
   #==============================================================================
   
  @@ -33,7 +33,7 @@
   use vars qw( $VERSION $DEBUG @DUMPER_ARGS $AUTOLOAD );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   $DEBUG   = 0 unless defined $DEBUG;
   @DUMPER_ARGS = qw( Indent Pad Varname Purity Useqq Terse Freezer
                      Toaster Deepcopy Quotekeys Bless Maxdepth );
  @@ -161,8 +161,8 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.60, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   
   
  
  
  
  2.61      +4 -4      Template2/lib/Template/Plugin/File.pm
  
  Index: File.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/File.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- File.pm	2003/07/24 16:16:35	2.60
  +++ File.pm	2004/01/06 18:31:36	2.61
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: File.pm,v 2.60 2003/07/24 16:16:35 abw Exp $
  +#   $Id: File.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -34,7 +34,7 @@
   use base qw( Template::Plugin );
   use vars qw( @STAT_KEYS );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   
   @STAT_KEYS = qw( dev ino mode nlink uid gid rdev size 
   		 atime mtime ctime blksize blocks );
  @@ -400,8 +400,8 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.60, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   
   
  
  
  
  1.27      +5 -5      Template2/lib/Template/Plugin/Filter.pm
  
  Index: Filter.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Filter.pm,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Filter.pm	2003/07/24 16:16:35	1.26
  +++ Filter.pm	2004/01/06 18:31:36	1.27
  @@ -17,7 +17,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Filter.pm,v 1.26 2003/07/24 16:16:35 abw Exp $
  +#   $Id: Filter.pm,v 1.27 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use vars qw( $VERSION $DYNAMIC );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.26 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.27 $ =~ /(\d+)\.(\d+)/);
   $DYNAMIC = 0 unless defined $DYNAMIC;
   
   
  @@ -410,12 +410,12 @@
   
   =head1 VERSION
   
  -1.25, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +1.26, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.61      +5 -5      Template2/lib/Template/Plugin/Format.pm
  
  Index: Format.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Format.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- Format.pm	2003/07/24 16:16:35	2.60
  +++ Format.pm	2004/01/06 18:31:36	2.61
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Format.pm,v 2.60 2003/07/24 16:16:35 abw Exp $
  +# $Id: Format.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   
   
   sub new {
  @@ -98,12 +98,12 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.60, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.53      +5 -5      Template2/lib/Template/Plugin/HTML.pm
  
  Index: HTML.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/HTML.pm,v
  retrieving revision 2.52
  retrieving revision 2.53
  diff -u -r2.52 -r2.53
  --- HTML.pm	2003/07/24 16:16:35	2.52
  +++ HTML.pm	2004/01/06 18:31:36	2.53
  @@ -19,7 +19,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: HTML.pm,v 2.52 2003/07/24 16:16:35 abw Exp $
  +# $Id: HTML.pm,v 2.53 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.52 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.53 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, @args) = @_;
  @@ -171,12 +171,12 @@
   
   =head1 VERSION
   
  -2.51, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.52, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  1.10      +5 -5      Template2/lib/Template/Plugin/Image.pm
  
  Index: Image.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Image.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Image.pm	2003/07/24 16:16:35	1.9
  +++ Image.pm	2004/01/06 18:31:36	1.10
  @@ -13,7 +13,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Image.pm,v 1.9 2003/07/24 16:16:35 abw Exp $
  +#   $Id: Image.pm,v 1.10 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use vars qw( $VERSION $AUTOLOAD );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.9 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.10 $ =~ /(\d+)\.(\d+)/);
   
   BEGIN {
       if (eval { require Image::Info; }) {
  @@ -399,12 +399,12 @@
   
   =head1 VERSION
   
  -1.08, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +1.09, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.59      +5 -5      Template2/lib/Template/Plugin/Iterator.pm
  
  Index: Iterator.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Iterator.pm,v
  retrieving revision 2.58
  retrieving revision 2.59
  diff -u -r2.58 -r2.59
  --- Iterator.pm	2003/07/24 16:16:35	2.58
  +++ Iterator.pm	2004/01/06 18:31:36	2.59
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Iterator.pm,v 2.58 2003/07/24 16:16:35 abw Exp $
  +# $Id: Iterator.pm,v 2.59 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use Template::Plugin;
   use Template::Iterator;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
   
   #------------------------------------------------------------------------
   # new($context, \@data, \%args)
  @@ -92,12 +92,12 @@
   
   =head1 VERSION
   
  -2.57, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.58, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  1.7       +5 -5      Template2/lib/Template/Plugin/Math.pm
  
  Index: Math.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Math.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Math.pm	2003/07/24 16:16:35	1.6
  +++ Math.pm	2004/01/06 18:31:36	1.7
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Math.pm,v 1.6 2003/07/24 16:16:35 abw Exp $
  +#   $Id: Math.pm,v 1.7 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -28,7 +28,7 @@
   use vars qw( $VERSION $AUTOLOAD );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.6 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -248,12 +248,12 @@
   
   =head1 VERSION
   
  -1.05, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +1.06, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.59      +5 -5      Template2/lib/Template/Plugin/Pod.pm
  
  Index: Pod.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Pod.pm,v
  retrieving revision 2.58
  retrieving revision 2.59
  diff -u -r2.58 -r2.59
  --- Pod.pm	2003/07/24 16:16:36	2.58
  +++ Pod.pm	2004/01/06 18:31:36	2.59
  @@ -15,7 +15,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Pod.pm,v 2.58 2003/07/24 16:16:36 abw Exp $
  +#   $Id: Pod.pm,v 2.59 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -28,7 +28,7 @@
   use vars qw( $VERSION );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
   
   use Pod::POM;
   
  @@ -90,12 +90,12 @@
   
   =head1 VERSION
   
  -2.57, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.58, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  1.8       +4 -4      Template2/lib/Template/Plugin/Procedural.pm
  
  Index: Procedural.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Procedural.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Procedural.pm	2003/07/24 16:16:36	1.7
  +++ Procedural.pm	2004/01/06 18:31:36	1.8
  @@ -18,7 +18,7 @@
   #
   #------------------------------------------------------------------------------
   #
  -# $Id: Procedural.pm,v 1.7 2003/07/24 16:16:36 abw Exp $
  +# $Id: Procedural.pm,v 1.8 2004/01/06 18:31:36 abw Exp $
   # 
   #==============================================================================
   
  @@ -31,7 +31,7 @@
   use vars qw( $VERSION $DEBUG $AUTOLOAD );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/);
   $DEBUG   = 0 unless defined $DEBUG;
   
   #------------------------------------------------------------------------
  @@ -144,8 +144,8 @@
   
   =head1 VERSION
   
  -1.06, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +1.07, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  
  
  
  2.30      +5 -5      Template2/lib/Template/Plugin/String.pm
  
  Index: String.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/String.pm,v
  retrieving revision 2.29
  retrieving revision 2.30
  diff -u -r2.29 -r2.30
  --- String.pm	2003/07/24 16:16:36	2.29
  +++ String.pm	2004/01/06 18:31:36	2.30
  @@ -15,7 +15,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: String.pm,v 2.29 2003/07/24 16:16:36 abw Exp $
  +#   $Id: String.pm,v 2.30 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use overload q|""| => "text",
                fallback => 1;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.29 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.30 $ =~ /(\d+)\.(\d+)/);
   $ERROR   = '';
   
   *centre  = \*center;
  @@ -770,12 +770,12 @@
   
   =head1 VERSION
   
  -2.28, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.29, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.61      +5 -5      Template2/lib/Template/Plugin/Table.pm
  
  Index: Table.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Table.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- Table.pm	2003/07/24 16:16:36	2.60
  +++ Table.pm	2004/01/06 18:31:36	2.61
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Table.pm,v 2.60 2003/07/24 16:16:36 abw Exp $
  +# $Id: Table.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -438,12 +438,12 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.60, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.61      +5 -5      Template2/lib/Template/Plugin/URL.pm
  
  Index: URL.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/URL.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- URL.pm	2003/07/24 16:16:36	2.60
  +++ URL.pm	2004/01/06 18:31:36	2.61
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: URL.pm,v 2.60 2003/07/24 16:16:36 abw Exp $
  +# $Id: URL.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use Template::Plugin;
   
   @ISA     = qw( Template::Plugin );
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -210,12 +210,12 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.60, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.60      +5 -5      Template2/lib/Template/Plugin/View.pm
  
  Index: View.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/View.pm,v
  retrieving revision 2.59
  retrieving revision 2.60
  diff -u -r2.59 -r2.60
  --- View.pm	2003/07/24 16:16:36	2.59
  +++ View.pm	2004/01/06 18:31:36	2.60
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: View.pm,v 2.59 2003/07/24 16:16:36 abw Exp $
  +#   $Id: View.pm,v 2.60 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -29,7 +29,7 @@
   use vars qw( $VERSION );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
   
   use Template::View;
   
  @@ -101,12 +101,12 @@
   
   =head1 VERSION
   
  -2.58, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.59, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
  
  
  
  2.60      +5 -5      Template2/lib/Template/Plugin/Wrap.pm
  
  Index: Wrap.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Wrap.pm,v
  retrieving revision 2.59
  retrieving revision 2.60
  diff -u -r2.59 -r2.60
  --- Wrap.pm	2003/07/24 16:16:36	2.59
  +++ Wrap.pm	2004/01/06 18:31:36	2.60
  @@ -16,7 +16,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Wrap.pm,v 2.59 2003/07/24 16:16:36 abw Exp $
  +# $Id: Wrap.pm,v 2.60 2004/01/06 18:31:36 abw Exp $
   #
   #============================================================================
   
  @@ -30,7 +30,7 @@
   use Template::Plugin;
   use Text::Wrap;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, $format) = @_;;
  @@ -145,12 +145,12 @@
   
   =head1 VERSION
   
  -2.58, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +2.59, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  -  Copyright (C) 1996-2003 Andy Wardley.  All Rights Reserved.
  +  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or