[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
Thu, 24 Jul 2003 17:16:38 +0100
cvs 03/07/24 16:16:38
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:
version 2.10
Revision Changes Path
2.60 +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.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- Autoformat.pm 2003/04/24 09:14:43 2.59
+++ Autoformat.pm 2003/07/24 16:16:34 2.60
@@ -21,7 +21,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Autoformat.pm,v 2.59 2003/04/24 09:14:43 abw Exp $
+# $Id: Autoformat.pm,v 2.60 2003/07/24 16:16:34 abw Exp $
#
#============================================================================
@@ -35,7 +35,7 @@
use Template::Plugin;
use Text::Autoformat;
-$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, $options) = @_;
@@ -224,8 +224,8 @@
=head1 VERSION
-2.58, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.59, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
2.60 +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.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- CGI.pm 2003/04/24 09:14:43 2.59
+++ CGI.pm 2003/07/24 16:16:35 2.60
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: CGI.pm,v 2.59 2003/04/24 09:14:43 abw Exp $
+# $Id: CGI.pm,v 2.60 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use Template::Plugin;
use CGI;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
sub new {
my $class = shift;
@@ -142,12 +142,12 @@
=head1 VERSION
-2.58, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.59, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.58 +4 -4 Template2/lib/Template/Plugin/DBI.pm
Index: DBI.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/DBI.pm,v
retrieving revision 2.57
retrieving revision 2.58
diff -u -r2.57 -r2.58
--- DBI.pm 2003/05/26 16:24:44 2.57
+++ DBI.pm 2003/07/24 16:16:35 2.58
@@ -19,7 +19,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: DBI.pm,v 2.57 2003/05/26 16:24:44 darren Exp $
+# $Id: DBI.pm,v 2.58 2003/07/24 16:16: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.57 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0 unless defined $DEBUG;
$QUERY = 'Template::Plugin::DBI::Query';
$ITERATOR = 'Template::Plugin::DBI::Iterator';
@@ -929,8 +929,8 @@
=head1 VERSION
-2.55, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.57, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
2.62 +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.61
retrieving revision 2.62
diff -u -r2.61 -r2.62
--- Datafile.pm 2003/04/24 09:14:43 2.61
+++ Datafile.pm 2003/07/24 16:16:35 2.62
@@ -19,7 +19,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Datafile.pm,v 2.61 2003/04/24 09:14:43 abw Exp $
+# $Id: Datafile.pm,v 2.62 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use base qw( Template::Plugin );
use Template::Plugin;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
sub new {
my ($class, $context, $filename, $params) = @_;
@@ -172,12 +172,12 @@
=head1 VERSION
-2.60, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.61, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.67 +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.66
retrieving revision 2.67
diff -u -r2.66 -r2.67
--- Date.pm 2003/04/24 09:14:43 2.66
+++ Date.pm 2003/07/24 16:16:35 2.67
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Date.pm,v 2.66 2003/04/24 09:14:43 abw Exp $
+# $Id: Date.pm,v 2.67 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use POSIX ();
-$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.67 $ =~ /(\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.65, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.66, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
2.60 +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.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- Directory.pm 2003/04/24 09:14:43 2.59
+++ Directory.pm 2003/07/24 16:16:35 2.60
@@ -14,7 +14,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Directory.pm,v 2.59 2003/04/24 09:14:43 abw Exp $
+# $Id: Directory.pm,v 2.60 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -29,7 +29,7 @@
use vars qw( $VERSION );
use base qw( Template::Plugin::File );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -394,8 +394,8 @@
=head1 VERSION
-2.58, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.59, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
2.60 +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.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- Dumper.pm 2003/07/01 12:46:34 2.59
+++ Dumper.pm 2003/07/24 16:16:35 2.60
@@ -18,7 +18,7 @@
#
#------------------------------------------------------------------------------
#
-# $Id: Dumper.pm,v 2.59 2003/07/01 12:46:34 darren Exp $
+# $Id: Dumper.pm,v 2.60 2003/07/24 16:16:35 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.59 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\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.57, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.59, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
2.60 +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.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- File.pm 2003/04/24 09:14:43 2.59
+++ File.pm 2003/07/24 16:16:35 2.60
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: File.pm,v 2.59 2003/04/24 09:14:43 abw Exp $
+# $Id: File.pm,v 2.60 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -34,7 +34,7 @@
use base qw( Template::Plugin );
use vars qw( @STAT_KEYS );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\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.58, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.59, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
1.26 +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.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Filter.pm 2003/04/24 09:14:43 1.25
+++ Filter.pm 2003/07/24 16:16:35 1.26
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Filter.pm,v 1.25 2003/04/24 09:14:43 abw Exp $
+# $Id: Filter.pm,v 1.26 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use base qw( Template::Plugin );
use vars qw( $VERSION $DYNAMIC );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.25 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.26 $ =~ /(\d+)\.(\d+)/);
$DYNAMIC = 0 unless defined $DYNAMIC;
@@ -410,12 +410,12 @@
=head1 VERSION
-1.24, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+1.25, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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/Format.pm
Index: Format.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/Format.pm,v
retrieving revision 2.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- Format.pm 2003/04/24 09:14:43 2.59
+++ Format.pm 2003/07/24 16:16:35 2.60
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Format.pm,v 2.59 2003/04/24 09:14:43 abw Exp $
+# $Id: Format.pm,v 2.60 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use base qw( Template::Plugin );
use Template::Plugin;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
sub new {
@@ -98,12 +98,12 @@
=head1 VERSION
-2.58, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.59, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.52 +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.51
retrieving revision 2.52
diff -u -r2.51 -r2.52
--- HTML.pm 2003/04/24 09:14:43 2.51
+++ HTML.pm 2003/07/24 16:16:35 2.52
@@ -19,7 +19,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: HTML.pm,v 2.51 2003/04/24 09:14:43 abw Exp $
+# $Id: HTML.pm,v 2.52 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use base qw( Template::Plugin );
use Template::Plugin;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.51 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.52 $ =~ /(\d+)\.(\d+)/);
sub new {
my ($class, $context, @args) = @_;
@@ -171,12 +171,12 @@
=head1 VERSION
-2.50, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.51, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.9 +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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Image.pm 2003/04/24 09:14:43 1.8
+++ Image.pm 2003/07/24 16:16:35 1.9
@@ -13,7 +13,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Image.pm,v 1.8 2003/04/24 09:14:43 abw Exp $
+# $Id: Image.pm,v 1.9 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use base qw( Template::Plugin );
use vars qw( $VERSION $AUTOLOAD );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.9 $ =~ /(\d+)\.(\d+)/);
BEGIN {
if (eval { require Image::Info; }) {
@@ -399,12 +399,12 @@
=head1 VERSION
-1.07, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+1.08, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.58 +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.57
retrieving revision 2.58
diff -u -r2.57 -r2.58
--- Iterator.pm 2003/04/24 09:14:43 2.57
+++ Iterator.pm 2003/07/24 16:16:35 2.58
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Iterator.pm,v 2.57 2003/04/24 09:14:43 abw Exp $
+# $Id: Iterator.pm,v 2.58 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use Template::Plugin;
use Template::Iterator;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.57 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
# new($context, \@data, \%args)
@@ -92,12 +92,12 @@
=head1 VERSION
-2.56, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.57, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.6 +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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Math.pm 2003/04/24 09:14:43 1.5
+++ Math.pm 2003/07/24 16:16:35 1.6
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Math.pm,v 1.5 2003/04/24 09:14:43 abw Exp $
+# $Id: Math.pm,v 1.6 2003/07/24 16:16:35 abw Exp $
#
#============================================================================
@@ -28,7 +28,7 @@
use vars qw( $VERSION $AUTOLOAD );
use base qw( Template::Plugin );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.5 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.6 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -248,12 +248,12 @@
=head1 VERSION
-1.04, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+1.05, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.58 +6 -6 Template2/lib/Template/Plugin/Pod.pm
Index: Pod.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/Pod.pm,v
retrieving revision 2.57
retrieving revision 2.58
diff -u -r2.57 -r2.58
--- Pod.pm 2003/05/12 13:53:43 2.57
+++ Pod.pm 2003/07/24 16:16:36 2.58
@@ -15,7 +15,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Pod.pm,v 2.57 2003/05/12 13:53:43 abw Exp $
+# $Id: Pod.pm,v 2.58 2003/07/24 16:16:36 abw Exp $
#
#============================================================================
@@ -28,7 +28,7 @@
use vars qw( $VERSION );
use base qw( Template::Plugin );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.57 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
use Pod::POM;
@@ -90,12 +90,12 @@
=head1 VERSION
-2.56, distributed as part of the
-Template Toolkit version 2.09c, released on 29 April 2003.
+2.57, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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
@@ -103,4 +103,4 @@
=head1 SEE ALSO
-L<Template::Plugin|Template::Plugin>, L<Pod::POM|Pod::POM>
+L<Template::Plugin|Template::Plugin>, L<Pod::POM|Pod::POM>
\ No newline at end of file
1.7 +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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Procedural.pm 2003/04/24 09:14:43 1.6
+++ Procedural.pm 2003/07/24 16:16:36 1.7
@@ -18,7 +18,7 @@
#
#------------------------------------------------------------------------------
#
-# $Id: Procedural.pm,v 1.6 2003/04/24 09:14:43 abw Exp $
+# $Id: Procedural.pm,v 1.7 2003/07/24 16:16: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.6 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0 unless defined $DEBUG;
#------------------------------------------------------------------------
@@ -144,8 +144,8 @@
=head1 VERSION
-1.05, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+1.06, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
2.29 +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.28
retrieving revision 2.29
diff -u -r2.28 -r2.29
--- String.pm 2003/04/24 09:14:43 2.28
+++ String.pm 2003/07/24 16:16:36 2.29
@@ -15,7 +15,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: String.pm,v 2.28 2003/04/24 09:14:43 abw Exp $
+# $Id: String.pm,v 2.29 2003/07/24 16:16:36 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use overload q|""| => "text",
fallback => 1;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.28 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.29 $ =~ /(\d+)\.(\d+)/);
$ERROR = '';
*centre = \*center;
@@ -770,12 +770,12 @@
=head1 VERSION
-2.27, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.28, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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/Table.pm
Index: Table.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/Table.pm,v
retrieving revision 2.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- Table.pm 2003/04/24 09:14:43 2.59
+++ Table.pm 2003/07/24 16:16:36 2.60
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Table.pm,v 2.59 2003/04/24 09:14:43 abw Exp $
+# $Id: Table.pm,v 2.60 2003/07/24 16:16:36 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use base qw( Template::Plugin );
use Template::Plugin;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -438,12 +438,12 @@
=head1 VERSION
-2.58, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.59, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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/URL.pm
Index: URL.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/URL.pm,v
retrieving revision 2.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- URL.pm 2003/04/24 09:14:43 2.59
+++ URL.pm 2003/07/24 16:16:36 2.60
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: URL.pm,v 2.59 2003/04/24 09:14:43 abw Exp $
+# $Id: URL.pm,v 2.60 2003/07/24 16:16:36 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use Template::Plugin;
@ISA = qw( Template::Plugin );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -210,12 +210,12 @@
=head1 VERSION
-2.58, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.59, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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/View.pm
Index: View.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/View.pm,v
retrieving revision 2.58
retrieving revision 2.59
diff -u -r2.58 -r2.59
--- View.pm 2003/04/24 09:14:43 2.58
+++ View.pm 2003/07/24 16:16:36 2.59
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: View.pm,v 2.58 2003/04/24 09:14:43 abw Exp $
+# $Id: View.pm,v 2.59 2003/07/24 16:16:36 abw Exp $
#
#============================================================================
@@ -29,7 +29,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 Template::View;
@@ -101,12 +101,12 @@
=head1 VERSION
-2.57, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.58, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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/Wrap.pm
Index: Wrap.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/Wrap.pm,v
retrieving revision 2.58
retrieving revision 2.59
diff -u -r2.58 -r2.59
--- Wrap.pm 2003/04/24 09:14:43 2.58
+++ Wrap.pm 2003/07/24 16:16:36 2.59
@@ -16,7 +16,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Wrap.pm,v 2.58 2003/04/24 09:14:43 abw Exp $
+# $Id: Wrap.pm,v 2.59 2003/07/24 16:16:36 abw Exp $
#
#============================================================================
@@ -30,7 +30,7 @@
use Template::Plugin;
use Text::Wrap;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
sub new {
my ($class, $context, $format) = @_;;
@@ -145,12 +145,12 @@
=head1 VERSION
-2.57, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.58, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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