[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
Mon, 12 Jan 2004 11:53:51 +0000


cvs         04/01/12 11:53:50

  Modified:    lib/Template/Plugin/GD Constants.pm Image.pm Polygon.pm
                        Text.pm
  Log:
  prep for version 2.12
  
  Revision  Changes    Path
  1.53      +14 -5     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.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Constants.pm	2004/01/06 18:31:38	1.52
  +++ Constants.pm	2004/01/12 11:53:49	1.53
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Constants.pm,v 1.52 2004/01/06 18:31:38 abw Exp $
  +# $Id: Constants.pm,v 1.53 2004/01/12 11:53:49 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Plugin );
   use vars qw( @ISA $VERSION );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.52 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.53 $ =~ /(\d+)\.(\d+)/);
   
   sub new
   {
  @@ -110,8 +110,8 @@
   
   =head1 VERSION
   
  -1.51, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +1.52, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -125,4 +125,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Image|Template::Plugin::GD::Image>, L<Template::Plugin::GD::Polygon|Template::Plugin::GD::Polygon>, L<GD|GD>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Image|Template::Plugin::GD::Image>, L<Template::Plugin::GD::Polygon|Template::Plugin::GD::Polygon>, L<GD|GD>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  1.53      +14 -5     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.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Image.pm	2004/01/06 18:31:38	1.52
  +++ Image.pm	2004/01/12 11:53:49	1.53
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Image.pm,v 1.52 2004/01/06 18:31:38 abw Exp $
  +# $Id: Image.pm,v 1.53 2004/01/12 11:53:49 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( GD Template::Plugin );
   use vars qw( $VERSION );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.52 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.53 $ =~ /(\d+)\.(\d+)/);
   
   sub new
   {
  @@ -156,8 +156,8 @@
   
   =head1 VERSION
   
  -1.51, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +1.52, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -171,4 +171,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Polygon|Template::Plugin::GD::Polygon>, L<Template::Plugin::GD::Constants|Template::Plugin::GD::Constants>, L<GD|GD>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Polygon|Template::Plugin::GD::Polygon>, L<Template::Plugin::GD::Constants|Template::Plugin::GD::Constants>, L<GD|GD>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  1.53      +14 -5     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.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Polygon.pm	2004/01/06 18:31:38	1.52
  +++ Polygon.pm	2004/01/12 11:53:49	1.53
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Polygon.pm,v 1.52 2004/01/06 18:31:38 abw Exp $
  +# $Id: Polygon.pm,v 1.53 2004/01/12 11:53:49 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Plugin );
   use vars qw( $VERSION );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.52 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.53 $ =~ /(\d+)\.(\d+)/);
   
   sub new
   {
  @@ -127,8 +127,8 @@
   
   =head1 VERSION
   
  -1.51, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +1.52, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -142,4 +142,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Image|Template::Plugin::GD::Image>, L<Template::Plugin::GD::Constants|Template::Plugin::GD::Constants>, L<GD|GD>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Image|Template::Plugin::GD::Image>, L<Template::Plugin::GD::Constants|Template::Plugin::GD::Constants>, L<GD|GD>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  1.53      +14 -5     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.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Text.pm	2004/01/06 18:31:38	1.52
  +++ Text.pm	2004/01/12 11:53:49	1.53
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Text.pm,v 1.52 2004/01/06 18:31:38 abw Exp $
  +# $Id: Text.pm,v 1.53 2004/01/12 11:53:49 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( GD::Text Template::Plugin );
   use vars qw( $VERSION );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.52 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.53 $ =~ /(\d+)\.(\d+)/);
   
   sub new
   {
  @@ -112,8 +112,8 @@
   
   =head1 VERSION
   
  -1.51, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +1.52, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -127,4 +127,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Text::Wrap|Template::Plugin::GD::Text::Wrap>, L<Template::Plugin::GD::Text::Align|Template::Plugin::GD::Text::Align>, L<GD|GD>, L<GD::Text|GD::Text>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Text::Wrap|Template::Plugin::GD::Text::Wrap>, L<Template::Plugin::GD::Text::Align|Template::Plugin::GD::Text::Align>, L<GD|GD>, L<GD::Text|GD::Text>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4: