[Templates-cvs] cvs commit: Template2/lib/Template/Plugin Autoformat.pm CGI.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
cvs 06/05/30 15:53:38
Modified: lib/Template/Plugin Autoformat.pm CGI.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:
Rebuild in preparation for 2.15b
Revision Changes Path
2.69 +3 -3 Template2/lib/Template/Plugin/Autoformat.pm
Index: Autoformat.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/Autoformat.pm,v
retrieving revision 2.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- Autoformat.pm 2006/05/26 13:45:58 2.68
+++ Autoformat.pm 2006/05/30 15:53:36 2.69
@@ -21,7 +21,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Autoformat.pm,v 2.68 2006/05/26 13:45:58 abw Exp $
+# $Id: Autoformat.pm,v 2.69 2006/05/30 15:53:36 abw Exp $
#
#============================================================================
@@ -35,7 +35,7 @@
use Template::Plugin;
use Text::Autoformat;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
sub new {
my ($class, $context, $options) = @_;
@@ -224,7 +224,7 @@
=head1 VERSION
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
2.69 +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.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- CGI.pm 2006/05/26 13:45:59 2.68
+++ CGI.pm 2006/05/30 15:53:37 2.69
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: CGI.pm,v 2.68 2006/05/26 13:45:59 abw Exp $
+# $Id: CGI.pm,v 2.69 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use Template::Plugin;
use CGI;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
sub new {
my $class = shift;
@@ -142,8 +142,8 @@
=head1 VERSION
-2.67, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.68, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.71 +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.70
retrieving revision 2.71
diff -u -r2.70 -r2.71
--- Datafile.pm 2006/05/26 13:45:59 2.70
+++ Datafile.pm 2006/05/30 15:53:37 2.71
@@ -19,7 +19,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Datafile.pm,v 2.70 2006/05/26 13:45:59 abw Exp $
+# $Id: Datafile.pm,v 2.71 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use base qw( Template::Plugin );
use Template::Plugin;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.70 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.71 $ =~ /(\d+)\.(\d+)/);
sub new {
my ($class, $context, $filename, $params) = @_;
@@ -172,8 +172,8 @@
=head1 VERSION
-2.69, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.70, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.76 +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.75
retrieving revision 2.76
diff -u -r2.75 -r2.76
--- Date.pm 2006/05/26 13:45:59 2.75
+++ Date.pm 2006/05/30 15:53:37 2.76
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Date.pm,v 2.75 2006/05/26 13:45:59 abw Exp $
+# $Id: Date.pm,v 2.76 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use POSIX ();
-$VERSION = sprintf("%d.%02d", q$Revision: 2.75 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.76 $ =~ /(\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.74, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.75, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
2.69 +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.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- Directory.pm 2006/05/26 13:45:59 2.68
+++ Directory.pm 2006/05/30 15:53:37 2.69
@@ -14,7 +14,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Directory.pm,v 2.68 2006/05/26 13:45:59 abw Exp $
+# $Id: Directory.pm,v 2.69 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -29,7 +29,7 @@
use vars qw( $VERSION );
use base qw( Template::Plugin::File );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -394,8 +394,8 @@
=head1 VERSION
-2.67, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.68, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
2.69 +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.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- Dumper.pm 2006/05/26 13:45:59 2.68
+++ Dumper.pm 2006/05/30 15:53:37 2.69
@@ -18,7 +18,7 @@
#
#------------------------------------------------------------------------------
#
-# $Id: Dumper.pm,v 2.68 2006/05/26 13:45:59 abw Exp $
+# $Id: Dumper.pm,v 2.69 2006/05/30 15:53:37 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.68 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\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.67, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.68, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
2.70 +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.69
retrieving revision 2.70
diff -u -r2.69 -r2.70
--- File.pm 2006/05/26 13:45:59 2.69
+++ File.pm 2006/05/30 15:53:37 2.70
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: File.pm,v 2.69 2006/05/26 13:45:59 abw Exp $
+# $Id: File.pm,v 2.70 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -29,7 +29,7 @@
use File::Basename;
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 @STAT_KEYS = qw( dev ino mode nlink uid gid rdev size
atime mtime ctime blksize blocks );
@@ -400,8 +400,8 @@
=head1 VERSION
-2.68, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.69, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
1.35 +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.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- Filter.pm 2006/05/26 13:45:59 1.34
+++ Filter.pm 2006/05/30 15:53:37 1.35
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Filter.pm,v 1.34 2006/05/26 13:45:59 abw Exp $
+# $Id: Filter.pm,v 1.35 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use base qw( Template::Plugin );
use vars qw( $VERSION $DYNAMIC );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.34 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.35 $ =~ /(\d+)\.(\d+)/);
$DYNAMIC = 0 unless defined $DYNAMIC;
@@ -410,8 +410,8 @@
=head1 VERSION
-1.33, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+1.34, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.69 +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.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- Format.pm 2006/05/26 13:45:59 2.68
+++ Format.pm 2006/05/30 15:53:37 2.69
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Format.pm,v 2.68 2006/05/26 13:45:59 abw Exp $
+# $Id: Format.pm,v 2.69 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use base qw( Template::Plugin );
use Template::Plugin;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
sub new {
@@ -98,8 +98,8 @@
=head1 VERSION
-2.67, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.68, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.61 +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.60
retrieving revision 2.61
diff -u -r2.60 -r2.61
--- HTML.pm 2006/05/26 13:45:59 2.60
+++ HTML.pm 2006/05/30 15:53:37 2.61
@@ -19,7 +19,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: HTML.pm,v 2.60 2006/05/26 13:45:59 abw Exp $
+# $Id: HTML.pm,v 2.61 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -32,7 +32,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 {
my ($class, $context, @args) = @_;
@@ -171,8 +171,8 @@
=head1 VERSION
-2.59, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.60, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
1.20 +4 -4 Template2/lib/Template/Plugin/Image.pm
Index: Image.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/Image.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Image.pm 2006/05/26 13:45:59 1.19
+++ Image.pm 2006/05/30 15:53:37 1.20
@@ -13,7 +13,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Image.pm,v 1.19 2006/05/26 13:45:59 abw Exp $
+# $Id: Image.pm,v 1.20 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use base qw( Template::Plugin );
use vars qw( $VERSION $AUTOLOAD );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.19 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.20 $ =~ /(\d+)\.(\d+)/);
BEGIN {
if (eval { require Image::Info; }) {
@@ -448,8 +448,8 @@
=head1 VERSION
-1.18, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+1.19, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.67 +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.66
retrieving revision 2.67
diff -u -r2.66 -r2.67
--- Iterator.pm 2006/05/26 13:45:59 2.66
+++ Iterator.pm 2006/05/30 15:53:37 2.67
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Iterator.pm,v 2.66 2006/05/26 13:45:59 abw Exp $
+# $Id: Iterator.pm,v 2.67 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use Template::Plugin;
use Template::Iterator;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.67 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
# new($context, \@data, \%args)
@@ -92,8 +92,8 @@
=head1 VERSION
-2.65, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.66, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
1.15 +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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Math.pm 2006/05/26 13:45:59 1.14
+++ Math.pm 2006/05/30 15:53:37 1.15
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Math.pm,v 1.14 2006/05/26 13:45:59 abw Exp $
+# $Id: Math.pm,v 1.15 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -28,7 +28,7 @@
use vars qw( $VERSION $AUTOLOAD );
use base qw( Template::Plugin );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.14 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.15 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -248,8 +248,8 @@
=head1 VERSION
-1.13, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+1.14, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.68 +4 -4 Template2/lib/Template/Plugin/Pod.pm
Index: Pod.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/Pod.pm,v
retrieving revision 2.67
retrieving revision 2.68
diff -u -r2.67 -r2.68
--- Pod.pm 2006/05/26 13:45:59 2.67
+++ Pod.pm 2006/05/30 15:53:37 2.68
@@ -15,7 +15,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Pod.pm,v 2.67 2006/05/26 13:45:59 abw Exp $
+# $Id: Pod.pm,v 2.68 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -28,7 +28,7 @@
use vars qw( $VERSION );
use base qw( Template::Plugin );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.67 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
use Pod::POM;
@@ -90,8 +90,8 @@
=head1 VERSION
-2.66, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.67, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
1.16 +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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Procedural.pm 2006/05/26 13:45:59 1.15
+++ Procedural.pm 2006/05/30 15:53:37 1.16
@@ -18,7 +18,7 @@
#
#------------------------------------------------------------------------------
#
-# $Id: Procedural.pm,v 1.15 2006/05/26 13:45:59 abw Exp $
+# $Id: Procedural.pm,v 1.16 2006/05/30 15:53:37 abw Exp $
#
#==============================================================================
@@ -31,7 +31,7 @@
use vars qw( $VERSION $DEBUG $AUTOLOAD );
use base qw( Template::Plugin );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.15 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.16 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0 unless defined $DEBUG;
#------------------------------------------------------------------------
@@ -144,8 +144,8 @@
=head1 VERSION
-1.14, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+1.15, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.39 +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.38
retrieving revision 2.39
diff -u -r2.38 -r2.39
--- String.pm 2006/05/26 13:45:59 2.38
+++ String.pm 2006/05/30 15:53:37 2.39
@@ -15,7 +15,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: String.pm,v 2.38 2006/05/26 13:45:59 abw Exp $
+# $Id: String.pm,v 2.39 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use overload q|""| => "text",
fallback => 1;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.38 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.39 $ =~ /(\d+)\.(\d+)/);
$ERROR = '';
*centre = \*center;
@@ -810,8 +810,8 @@
=head1 VERSION
-2.37, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.38, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.70 +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.69
retrieving revision 2.70
diff -u -r2.69 -r2.70
--- Table.pm 2006/05/26 13:45:59 2.69
+++ Table.pm 2006/05/30 15:53:37 2.70
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Table.pm,v 2.69 2006/05/26 13:45:59 abw Exp $
+# $Id: Table.pm,v 2.70 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -27,7 +27,7 @@
use warnings;
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 $AUTOLOAD;
@@ -435,8 +435,8 @@
=head1 VERSION
-2.68, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.69, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.73 +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.72
retrieving revision 2.73
diff -u -r2.72 -r2.73
--- URL.pm 2006/05/26 13:45:59 2.72
+++ URL.pm 2006/05/30 15:53:37 2.73
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: URL.pm,v 2.72 2006/05/26 13:45:59 abw Exp $
+# $Id: URL.pm,v 2.73 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -27,7 +27,7 @@
use warnings;
use base 'Template::Plugin';
-our $VERSION = sprintf("%d.%02d", q$Revision: 2.72 $ =~ /(\d+)\.(\d+)/);
+our $VERSION = sprintf("%d.%02d", q$Revision: 2.73 $ =~ /(\d+)\.(\d+)/);
our $JOINT = '&';
@@ -207,8 +207,8 @@
=head1 VERSION
-2.71, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.72, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.68 +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.67
retrieving revision 2.68
diff -u -r2.67 -r2.68
--- View.pm 2006/05/26 13:45:59 2.67
+++ View.pm 2006/05/30 15:53:37 2.68
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: View.pm,v 2.67 2006/05/26 13:45:59 abw Exp $
+# $Id: View.pm,v 2.68 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -29,7 +29,7 @@
use vars qw( $VERSION );
use base qw( Template::Plugin );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.67 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
use Template::View;
@@ -101,8 +101,8 @@
=head1 VERSION
-2.66, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.67, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT
2.68 +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.67
retrieving revision 2.68
diff -u -r2.67 -r2.68
--- Wrap.pm 2006/05/26 13:45:59 2.67
+++ Wrap.pm 2006/05/30 15:53:37 2.68
@@ -16,7 +16,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Wrap.pm,v 2.67 2006/05/26 13:45:59 abw Exp $
+# $Id: Wrap.pm,v 2.68 2006/05/30 15:53:37 abw Exp $
#
#============================================================================
@@ -30,7 +30,7 @@
use Template::Plugin;
use Text::Wrap;
-$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, $format) = @_;;
@@ -145,8 +145,8 @@
=head1 VERSION
-2.66, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.67, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
=head1 COPYRIGHT