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

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


cvs         06/01/30 15:57:22

  Modified:    lib/Template/Plugin Autoformat.pm CGI.pm Datafile.pm Date.pm
                        Directory.pm Dumper.pm File.pm Filter.pm Format.pm
                        HTML.pm Iterator.pm Math.pm Procedural.pm String.pm
                        Table.pm URL.pm View.pm Wrap.pm
  Added:       lib/Template/Plugin Pod.pm
  Log:
  * moved Pod back in
  
  Revision  Changes    Path
  2.66      +3 -4      Template2/lib/Template/Plugin/Autoformat.pm
  
  Index: Autoformat.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Autoformat.pm,v
  retrieving revision 2.65
  retrieving revision 2.66
  diff -u -r2.65 -r2.66
  --- Autoformat.pm	2004/01/30 19:33:10	2.65
  +++ Autoformat.pm	2006/01/30 15:57:19	2.66
  @@ -21,7 +21,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Autoformat.pm,v 2.65 2004/01/30 19:33:10 abw Exp $
  +# $Id: Autoformat.pm,v 2.66 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -35,7 +35,7 @@
   use Template::Plugin;
   use Text::Autoformat;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, $options) = @_;
  @@ -224,8 +224,7 @@
   
   =head1 VERSION
   
  -2.64, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   
   
  
  
  
  2.66      +4 -4      Template2/lib/Template/Plugin/CGI.pm
  
  Index: CGI.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/CGI.pm,v
  retrieving revision 2.65
  retrieving revision 2.66
  diff -u -r2.65 -r2.66
  --- CGI.pm	2004/01/30 19:33:14	2.65
  +++ CGI.pm	2006/01/30 15:57:19	2.66
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: CGI.pm,v 2.65 2004/01/30 19:33:14 abw Exp $
  +# $Id: CGI.pm,v 2.66 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use Template::Plugin;
   use CGI;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my $class   = shift;
  @@ -142,8 +142,8 @@
   
   =head1 VERSION
   
  -2.64, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.65, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.68      +4 -4      Template2/lib/Template/Plugin/Datafile.pm
  
  Index: Datafile.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Datafile.pm,v
  retrieving revision 2.67
  retrieving revision 2.68
  diff -u -r2.67 -r2.68
  --- Datafile.pm	2004/01/30 19:33:14	2.67
  +++ Datafile.pm	2006/01/30 15:57:19	2.68
  @@ -19,7 +19,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Datafile.pm,v 2.67 2004/01/30 19:33:14 abw Exp $
  +# $Id: Datafile.pm,v 2.68 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.67 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, $filename, $params) = @_;
  @@ -172,8 +172,8 @@
   
   =head1 VERSION
   
  -2.66, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.67, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.73      +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.72
  retrieving revision 2.73
  diff -u -r2.72 -r2.73
  --- Date.pm	2004/01/30 19:33:15	2.72
  +++ Date.pm	2006/01/30 15:57:19	2.73
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Date.pm,v 2.72 2004/01/30 19:33:15 abw Exp $
  +# $Id: Date.pm,v 2.73 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   
   use POSIX ();
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.72 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.73 $ =~ /(\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.71, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.72, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   
   
  
  
  
  2.66      +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.65
  retrieving revision 2.66
  diff -u -r2.65 -r2.66
  --- Directory.pm	2004/01/30 19:33:15	2.65
  +++ Directory.pm	2006/01/30 15:57:19	2.66
  @@ -14,7 +14,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Directory.pm,v 2.65 2004/01/30 19:33:15 abw Exp $
  +#   $Id: Directory.pm,v 2.66 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -29,7 +29,7 @@
   use vars qw( $VERSION );
   use base qw( Template::Plugin::File );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -394,8 +394,8 @@
   
   =head1 VERSION
   
  -2.64, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.65, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   
   
  
  
  
  2.66      +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.65
  retrieving revision 2.66
  diff -u -r2.65 -r2.66
  --- Dumper.pm	2004/01/30 19:33:15	2.65
  +++ Dumper.pm	2006/01/30 15:57:19	2.66
  @@ -18,7 +18,7 @@
   #
   #------------------------------------------------------------------------------
   #
  -# $Id: Dumper.pm,v 2.65 2004/01/30 19:33:15 abw Exp $
  +# $Id: Dumper.pm,v 2.66 2006/01/30 15:57:19 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.65 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\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.64, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.65, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   
   
  
  
  
  2.67      +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.66
  retrieving revision 2.67
  diff -u -r2.66 -r2.67
  --- File.pm	2004/12/22 08:44:27	2.66
  +++ File.pm	2006/01/30 15:57:19	2.67
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: File.pm,v 2.66 2004/12/22 08:44:27 abw Exp $
  +#   $Id: File.pm,v 2.67 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -34,7 +34,7 @@
   use base qw( Template::Plugin );
   use vars qw( @STAT_KEYS );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.67 $ =~ /(\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.65, distributed as part of the
  -Template Toolkit version 2.14, released on 04 October 2004.
  +2.66, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   
   
  
  
  
  1.32      +4 -4      Template2/lib/Template/Plugin/Filter.pm
  
  Index: Filter.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Filter.pm,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Filter.pm	2004/01/30 19:33:16	1.31
  +++ Filter.pm	2006/01/30 15:57:19	1.32
  @@ -17,7 +17,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Filter.pm,v 1.31 2004/01/30 19:33:16 abw Exp $
  +#   $Id: Filter.pm,v 1.32 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use vars qw( $VERSION $DYNAMIC );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.31 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.32 $ =~ /(\d+)\.(\d+)/);
   $DYNAMIC = 0 unless defined $DYNAMIC;
   
   
  @@ -410,8 +410,8 @@
   
   =head1 VERSION
   
  -1.30, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +1.31, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.66      +4 -4      Template2/lib/Template/Plugin/Format.pm
  
  Index: Format.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Format.pm,v
  retrieving revision 2.65
  retrieving revision 2.66
  diff -u -r2.65 -r2.66
  --- Format.pm	2004/01/30 19:33:16	2.65
  +++ Format.pm	2006/01/30 15:57:19	2.66
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Format.pm,v 2.65 2004/01/30 19:33:16 abw Exp $
  +# $Id: Format.pm,v 2.66 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
   
   
   sub new {
  @@ -98,8 +98,8 @@
   
   =head1 VERSION
   
  -2.64, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.65, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.58      +4 -4      Template2/lib/Template/Plugin/HTML.pm
  
  Index: HTML.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/HTML.pm,v
  retrieving revision 2.57
  retrieving revision 2.58
  diff -u -r2.57 -r2.58
  --- HTML.pm	2004/01/30 19:33:17	2.57
  +++ HTML.pm	2006/01/30 15:57:19	2.58
  @@ -19,7 +19,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: HTML.pm,v 2.57 2004/01/30 19:33:17 abw Exp $
  +# $Id: HTML.pm,v 2.58 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.57 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, @args) = @_;
  @@ -171,8 +171,8 @@
   
   =head1 VERSION
   
  -2.56, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.57, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.64      +4 -4      Template2/lib/Template/Plugin/Iterator.pm
  
  Index: Iterator.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Iterator.pm,v
  retrieving revision 2.63
  retrieving revision 2.64
  diff -u -r2.63 -r2.64
  --- Iterator.pm	2004/01/30 19:33:17	2.63
  +++ Iterator.pm	2006/01/30 15:57:19	2.64
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Iterator.pm,v 2.63 2004/01/30 19:33:17 abw Exp $
  +# $Id: Iterator.pm,v 2.64 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use Template::Plugin;
   use Template::Iterator;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.63 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.64 $ =~ /(\d+)\.(\d+)/);
   
   #------------------------------------------------------------------------
   # new($context, \@data, \%args)
  @@ -92,8 +92,8 @@
   
   =head1 VERSION
   
  -2.62, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.63, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.12      +4 -4      Template2/lib/Template/Plugin/Math.pm
  
  Index: Math.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Math.pm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Math.pm	2004/01/30 19:33:19	1.11
  +++ Math.pm	2006/01/30 15:57:19	1.12
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Math.pm,v 1.11 2004/01/30 19:33:19 abw Exp $
  +#   $Id: Math.pm,v 1.12 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -28,7 +28,7 @@
   use vars qw( $VERSION $AUTOLOAD );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.11 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.12 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -248,8 +248,8 @@
   
   =head1 VERSION
   
  -1.10, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +1.11, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.13      +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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Procedural.pm	2004/01/30 19:33:20	1.12
  +++ Procedural.pm	2006/01/30 15:57:19	1.13
  @@ -18,7 +18,7 @@
   #
   #------------------------------------------------------------------------------
   #
  -# $Id: Procedural.pm,v 1.12 2004/01/30 19:33:20 abw Exp $
  +# $Id: Procedural.pm,v 1.13 2006/01/30 15:57:19 abw Exp $
   # 
   #==============================================================================
   
  @@ -31,7 +31,7 @@
   use vars qw( $VERSION $DEBUG $AUTOLOAD );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.12 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.13 $ =~ /(\d+)\.(\d+)/);
   $DEBUG   = 0 unless defined $DEBUG;
   
   #------------------------------------------------------------------------
  @@ -144,8 +144,8 @@
   
   =head1 VERSION
   
  -1.11, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +1.12, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.35      +4 -4      Template2/lib/Template/Plugin/String.pm
  
  Index: String.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/String.pm,v
  retrieving revision 2.34
  retrieving revision 2.35
  diff -u -r2.34 -r2.35
  --- String.pm	2004/01/30 19:33:20	2.34
  +++ String.pm	2006/01/30 15:57:19	2.35
  @@ -15,7 +15,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: String.pm,v 2.34 2004/01/30 19:33:20 abw Exp $
  +#   $Id: String.pm,v 2.35 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use overload q|""| => "text",
                fallback => 1;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.34 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.35 $ =~ /(\d+)\.(\d+)/);
   $ERROR   = '';
   
   *centre  = \*center;
  @@ -770,8 +770,8 @@
   
   =head1 VERSION
   
  -2.33, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.34, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.66      +4 -4      Template2/lib/Template/Plugin/Table.pm
  
  Index: Table.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Table.pm,v
  retrieving revision 2.65
  retrieving revision 2.66
  diff -u -r2.65 -r2.66
  --- Table.pm	2004/01/30 19:33:20	2.65
  +++ Table.pm	2006/01/30 15:57:19	2.66
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Table.pm,v 2.65 2004/01/30 19:33:20 abw Exp $
  +# $Id: Table.pm,v 2.66 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -438,8 +438,8 @@
   
   =head1 VERSION
   
  -2.64, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.65, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.70      +4 -4      Template2/lib/Template/Plugin/URL.pm
  
  Index: URL.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/URL.pm,v
  retrieving revision 2.69
  retrieving revision 2.70
  diff -u -r2.69 -r2.70
  --- URL.pm	2006/01/05 09:11:14	2.69
  +++ URL.pm	2006/01/30 15:57:19	2.70
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: URL.pm,v 2.69 2006/01/05 09:11:14 abw Exp $
  +# $Id: URL.pm,v 2.70 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -29,7 +29,7 @@
   use strict;
   use base 'Template::Plugin';
   
  -our $VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
  +our $VERSION = sprintf("%d.%02d", q$Revision: 2.70 $ =~ /(\d+)\.(\d+)/);
   our $JOINT   = '&';
   
   
  @@ -210,8 +210,8 @@
   
   =head1 VERSION
   
  -2.64, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.69, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.65      +4 -4      Template2/lib/Template/Plugin/View.pm
  
  Index: View.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/View.pm,v
  retrieving revision 2.64
  retrieving revision 2.65
  diff -u -r2.64 -r2.65
  --- View.pm	2004/01/30 19:33:20	2.64
  +++ View.pm	2006/01/30 15:57:19	2.65
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: View.pm,v 2.64 2004/01/30 19:33:20 abw Exp $
  +#   $Id: View.pm,v 2.65 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -29,7 +29,7 @@
   use vars qw( $VERSION );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.64 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
   
   use Template::View;
   
  @@ -101,8 +101,8 @@
   
   =head1 VERSION
   
  -2.63, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.64, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.65      +4 -4      Template2/lib/Template/Plugin/Wrap.pm
  
  Index: Wrap.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Wrap.pm,v
  retrieving revision 2.64
  retrieving revision 2.65
  diff -u -r2.64 -r2.65
  --- Wrap.pm	2004/01/30 19:33:20	2.64
  +++ Wrap.pm	2006/01/30 15:57:19	2.65
  @@ -16,7 +16,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Wrap.pm,v 2.64 2004/01/30 19:33:20 abw Exp $
  +# $Id: Wrap.pm,v 2.65 2006/01/30 15:57:19 abw Exp $
   #
   #============================================================================
   
  @@ -30,7 +30,7 @@
   use Template::Plugin;
   use Text::Wrap;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.64 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, $format) = @_;;
  @@ -145,8 +145,8 @@
   
   =head1 VERSION
   
  -2.63, distributed as part of the
  -Template Toolkit version 2.13, released on 30 January 2004.
  +2.64, distributed as part of the
  +Template Toolkit version 2.15, released on 27 January 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  2.65      +0 -0      Template2/lib/Template/Plugin/Pod.pm