[Templates-cvs] cvs commit: Template2/lib/Template/Plugin/GD/Text Align.pm Wrap.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Thu, 24 Jul 2003 17:16:48 +0100
cvs 03/07/24 16:16:47
Modified: lib/Template/Plugin/GD/Text Align.pm Wrap.pm
Log:
version 2.10
Revision Changes Path
1.51 +4 -4 Template2/lib/Template/Plugin/GD/Text/Align.pm
Index: Align.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/GD/Text/Align.pm,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- Align.pm 2003/04/24 09:14:46 1.50
+++ Align.pm 2003/07/24 16:16:47 1.51
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Align.pm,v 1.50 2003/04/24 09:14:46 abw Exp $
+# $Id: Align.pm,v 1.51 2003/07/24 16:16:47 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use base qw( GD::Text::Align Template::Plugin );
use vars qw( $VERSION );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.50 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.51 $ =~ /(\d+)\.(\d+)/);
sub new
{
@@ -119,8 +119,8 @@
=head1 VERSION
-1.49, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+1.50, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
1.51 +4 -4 Template2/lib/Template/Plugin/GD/Text/Wrap.pm
Index: Wrap.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/GD/Text/Wrap.pm,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- Wrap.pm 2003/04/24 09:14:46 1.50
+++ Wrap.pm 2003/07/24 16:16:47 1.51
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Wrap.pm,v 1.50 2003/04/24 09:14:46 abw Exp $
+# $Id: Wrap.pm,v 1.51 2003/07/24 16:16:47 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use base qw( GD::Text::Wrap Template::Plugin );
use vars qw( $VERSION );
-$VERSION = sprintf("%d.%02d", q$Revision: 1.50 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.51 $ =~ /(\d+)\.(\d+)/);
sub new
{
@@ -155,8 +155,8 @@
=head1 VERSION
-1.49, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+1.50, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT