[Templates-cvs] cvs commit: Template2/lib/Template/Plugin/GD/Text Align.pm Wrap.pm

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


cvs         04/01/06 18:31:44

  Modified:    lib/Template/Plugin/GD/Text Align.pm Wrap.pm
  Log:
  * verion 2.11
  
  Revision  Changes    Path
  1.52      +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.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Align.pm	2003/07/24 16:16:47	1.51
  +++ Align.pm	2004/01/06 18:31:44	1.52
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Align.pm,v 1.51 2003/07/24 16:16:47 abw Exp $
  +# $Id: Align.pm,v 1.52 2004/01/06 18:31:44 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.51 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.52 $ =~ /(\d+)\.(\d+)/);
   
   sub new
   {
  @@ -119,8 +119,8 @@
   
   =head1 VERSION
   
  -1.50, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +1.51, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT
   
  
  
  
  1.52      +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.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Wrap.pm	2003/07/24 16:16:47	1.51
  +++ Wrap.pm	2004/01/06 18:31:44	1.52
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Wrap.pm,v 1.51 2003/07/24 16:16:47 abw Exp $
  +# $Id: Wrap.pm,v 1.52 2004/01/06 18:31:44 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.51 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.52 $ =~ /(\d+)\.(\d+)/);
   
   sub new
   {
  @@ -155,8 +155,8 @@
   
   =head1 VERSION
   
  -1.50, distributed as part of the
  -Template Toolkit version 2.10, released on 24 July 2003.
  +1.51, distributed as part of the
  +Template Toolkit version 2.11, released on 06 January 2004.
   
   =head1 COPYRIGHT