[Templates-cvs] cvs commit: Template2/lib/Template/Plugin/GD Constants.pm Image.pm Polygon.pm Text.pm

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


cvs         04/01/06 18:31:39

  Modified:    lib/Template/Plugin/GD Constants.pm Image.pm Polygon.pm
                        Text.pm
  Log:
  * verion 2.11
  
  Revision  Changes    Path
  1.52      +4 -4      Template2/lib/Template/Plugin/GD/Constants.pm
  
  Index: Constants.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/GD/Constants.pm,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Constants.pm	2003/07/24 16:16:39	1.51
  +++ Constants.pm	2004/01/06 18:31:38	1.52
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Constants.pm,v 1.51 2003/07/24 16:16:39 abw Exp $
  +# $Id: Constants.pm,v 1.52 2004/01/06 18:31:38 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Plugin );
   use vars qw( @ISA $VERSION );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.51 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.52 $ =~ /(\d+)\.(\d+)/);
   
   sub new
   {
  @@ -110,8 +110,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/Image.pm
  
  Index: Image.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/GD/Image.pm,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Image.pm	2003/07/24 16:16:39	1.51
  +++ Image.pm	2004/01/06 18:31:38	1.52
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Image.pm,v 1.51 2003/07/24 16:16:39 abw Exp $
  +# $Id: Image.pm,v 1.52 2004/01/06 18:31:38 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( GD 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
   {
  @@ -156,8 +156,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/Polygon.pm
  
  Index: Polygon.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/GD/Polygon.pm,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Polygon.pm	2003/07/24 16:16:39	1.51
  +++ Polygon.pm	2004/01/06 18:31:38	1.52
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Polygon.pm,v 1.51 2003/07/24 16:16:39 abw Exp $
  +# $Id: Polygon.pm,v 1.52 2004/01/06 18:31:38 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( 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
   {
  @@ -127,8 +127,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.pm
  
  Index: Text.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/GD/Text.pm,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Text.pm	2003/07/24 16:16:39	1.51
  +++ Text.pm	2004/01/06 18:31:38	1.52
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Text.pm,v 1.51 2003/07/24 16:16:39 abw Exp $
  +# $Id: Text.pm,v 1.52 2004/01/06 18:31:38 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( GD::Text 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
   {
  @@ -112,8 +112,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