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

cvs@template-toolkit.org cvs@template-toolkit.org
Mon, 12 Jan 2004 11:54:18 +0000


cvs         04/01/12 11:54:14

  Modified:    lib/Template/Plugin/GD/Text Align.pm Wrap.pm
  Log:
  prep for version 2.12
  
  Revision  Changes    Path
  1.53      +14 -5     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.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Align.pm	2004/01/06 18:31:44	1.52
  +++ Align.pm	2004/01/12 11:54:14	1.53
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Align.pm,v 1.52 2004/01/06 18:31:44 abw Exp $
  +# $Id: Align.pm,v 1.53 2004/01/12 11:54:14 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.52 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.53 $ =~ /(\d+)\.(\d+)/);
   
   sub new
   {
  @@ -119,8 +119,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
   
  @@ -134,4 +134,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Text|Template::Plugin::GD::Text>, L<Template::Plugin::GD::Text::Wrap|Template::Plugin::GD::Text::Wrap>, L<GD|GD>, L<GD::Text::Align|GD::Text::Align>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Text|Template::Plugin::GD::Text>, L<Template::Plugin::GD::Text::Wrap|Template::Plugin::GD::Text::Wrap>, L<GD|GD>, L<GD::Text::Align|GD::Text::Align>
  +=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/Wrap.pm
  
  Index: Wrap.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/GD/Text/Wrap.pm,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Wrap.pm	2004/01/06 18:31:44	1.52
  +++ Wrap.pm	2004/01/12 11:54:14	1.53
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Wrap.pm,v 1.52 2004/01/06 18:31:44 abw Exp $
  +# $Id: Wrap.pm,v 1.53 2004/01/12 11:54:14 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.52 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.53 $ =~ /(\d+)\.(\d+)/);
   
   sub new
   {
  @@ -155,8 +155,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
   
  @@ -170,4 +170,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Text::Align|Template::Plugin::GD::Text::Align>, L<GD|GD>, L<GD::Text::Wrap|GD::Text::Wrap>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Template::Plugin::GD|Template::Plugin::GD>, L<Template::Plugin::GD::Text::Align|Template::Plugin::GD::Text::Align>, L<GD|GD>, L<GD::Text::Wrap|GD::Text::Wrap>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4: