[Templates-cvs] cvs commit: Template2/lib/Template/Plugin Autoformat.pm CGI.pm DBI.pm Datafile.pm Date.pm Directory.pm Dumper.pm File.pm Filter.pm Format.pm HTML.pm Image.pm Iterator.pm Math.pm Pod.pm Procedural.pm String.pm Table.pm URL.pm View.pm Wrap.pm

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


cvs         04/01/12 11:53:47

  Modified:    lib/Template/Plugin Autoformat.pm CGI.pm DBI.pm Datafile.pm
                        Date.pm Directory.pm Dumper.pm File.pm Filter.pm
                        Format.pm HTML.pm Image.pm Iterator.pm Math.pm
                        Pod.pm Procedural.pm String.pm Table.pm URL.pm
                        View.pm Wrap.pm
  Log:
  prep for version 2.12
  
  Revision  Changes    Path
  2.62      +4 -4      Template2/lib/Template/Plugin/Autoformat.pm
  
  Index: Autoformat.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Autoformat.pm,v
  retrieving revision 2.61
  retrieving revision 2.62
  diff -u -r2.61 -r2.62
  --- Autoformat.pm	2004/01/06 18:31:35	2.61
  +++ Autoformat.pm	2004/01/12 11:52:39	2.62
  @@ -21,7 +21,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Autoformat.pm,v 2.61 2004/01/06 18:31:35 abw Exp $
  +# $Id: Autoformat.pm,v 2.62 2004/01/12 11:52:39 abw Exp $
   #
   #============================================================================
   
  @@ -35,7 +35,7 @@
   use Template::Plugin;
   use Text::Autoformat;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, $options) = @_;
  @@ -224,8 +224,8 @@
   
   =head1 VERSION
   
  -2.60, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.61, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   
   
  
  
  
  2.62      +14 -5     Template2/lib/Template/Plugin/CGI.pm
  
  Index: CGI.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/CGI.pm,v
  retrieving revision 2.61
  retrieving revision 2.62
  diff -u -r2.61 -r2.62
  --- CGI.pm	2004/01/06 18:31:35	2.61
  +++ CGI.pm	2004/01/12 11:52:41	2.62
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: CGI.pm,v 2.61 2004/01/06 18:31:35 abw Exp $
  +# $Id: CGI.pm,v 2.62 2004/01/12 11:52:41 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use Template::Plugin;
   use CGI;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my $class   = shift;
  @@ -142,8 +142,8 @@
   
   =head1 VERSION
   
  -2.60, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.61, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -155,4 +155,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<CGI|CGI>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<CGI|CGI>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.60      +4 -4      Template2/lib/Template/Plugin/DBI.pm
  
  Index: DBI.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/DBI.pm,v
  retrieving revision 2.59
  retrieving revision 2.60
  diff -u -r2.59 -r2.60
  --- DBI.pm	2004/01/06 18:31:35	2.59
  +++ DBI.pm	2004/01/12 11:52:41	2.60
  @@ -19,7 +19,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: DBI.pm,v 2.59 2004/01/06 18:31:35 abw Exp $
  +#   $Id: DBI.pm,v 2.60 2004/01/12 11:52:41 abw Exp $
   # 
   #==============================================================================
   
  @@ -35,7 +35,7 @@
   use vars qw( $VERSION $DEBUG $QUERY $ITERATOR );
   use base qw( Template::Plugin );
   
  -$VERSION  = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
  +$VERSION  = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
   $DEBUG    = 0 unless defined $DEBUG;
   $QUERY    = 'Template::Plugin::DBI::Query';
   $ITERATOR = 'Template::Plugin::DBI::Iterator';
  @@ -929,8 +929,8 @@
   
   =head1 VERSION
   
  -2.58, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.59, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   
   
  
  
  
  2.64      +14 -5     Template2/lib/Template/Plugin/Datafile.pm
  
  Index: Datafile.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Datafile.pm,v
  retrieving revision 2.63
  retrieving revision 2.64
  diff -u -r2.63 -r2.64
  --- Datafile.pm	2004/01/06 18:31:35	2.63
  +++ Datafile.pm	2004/01/12 11:52:41	2.64
  @@ -19,7 +19,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Datafile.pm,v 2.63 2004/01/06 18:31:35 abw Exp $
  +# $Id: Datafile.pm,v 2.64 2004/01/12 11:52:41 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.63 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.64 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, $filename, $params) = @_;
  @@ -172,8 +172,8 @@
   
   =head1 VERSION
   
  -2.62, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.63, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -185,4 +185,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.69      +18 -18    Template2/lib/Template/Plugin/Date.pm
  
  Index: Date.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Date.pm,v
  retrieving revision 2.68
  retrieving revision 2.69
  diff -u -r2.68 -r2.69
  --- Date.pm	2004/01/06 18:31:35	2.68
  +++ Date.pm	2004/01/12 11:52:41	2.69
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Date.pm,v 2.68 2004/01/06 18:31:35 abw Exp $
  +# $Id: Date.pm,v 2.69 2004/01/12 11:52:41 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   
   use POSIX ();
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
   $FORMAT  = '%H:%M:%S %d-%b-%Y';    # default strftime() format
   @LOCALE_SUFFIX = qw( .ISO8859-1 .ISO_8859-15 .US-ASCII .UTF-8 );
   
  @@ -89,24 +89,24 @@
       my (@date, $datestr);
   
       if ($time =~ /^\d+$/) {
  -	# $time is now in seconds since epoch
  +        # $time is now in seconds since epoch
           if ($gmt) {
  -	    @date = (gmtime($time))[0..6];
  +            @date = (gmtime($time))[0..6];
           }
  -	else {
  -	    @date = (localtime($time))[0..6];
  -	}
  +        else {
  +            @date = (localtime($time))[0..6];
  +        }
       }
       else {
  -	# if $time is numeric, then we assume it's seconds since the epoch
  -	# otherwise, we try to parse it as a 'H:M:S D:M:Y' string
  -	@date = (split(/(?:\/| |:|-)/, $time))[2,1,0,3..5];
  -	return (undef, Template::Exception->new('date',
  -	        "bad time/date string:  expects 'h:m:s d:m:y'  got: '$time'"))
  -	    unless @date >= 6 && defined $date[5];
  -	$date[4] -= 1;     # correct month number 1-12 to range 0-11
  -	$date[5] -= 1900;  # convert absolute year to years since 1900
  -	$time = &POSIX::mktime(@date);
  +        # if $time is numeric, then we assume it's seconds since the epoch
  +        # otherwise, we try to parse it as a 'H:M:S D:M:Y' string
  +        @date = (split(/(?:\/| |:|-)/, $time))[2,1,0,3..5];
  +        return (undef, Template::Exception->new('date',
  +               "bad time/date string:  expects 'h:m:s d:m:y'  got: '$time'"))
  +            unless @date >= 6 && defined $date[5];
  +        $date[4] -= 1;     # correct month number 1-12 to range 0-11
  +        $date[5] -= 1900;  # convert absolute year to years since 1900
  +        $time = &POSIX::mktime(@date);
       }
       
       if ($locale) {
  @@ -343,8 +343,8 @@
   
   =head1 VERSION
   
  -2.67, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.68, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   
   
  
  
  
  2.62      +4 -4      Template2/lib/Template/Plugin/Directory.pm
  
  Index: Directory.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Directory.pm,v
  retrieving revision 2.61
  retrieving revision 2.62
  diff -u -r2.61 -r2.62
  --- Directory.pm	2004/01/06 18:31:36	2.61
  +++ Directory.pm	2004/01/12 11:52:41	2.62
  @@ -14,7 +14,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Directory.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
  +#   $Id: Directory.pm,v 2.62 2004/01/12 11:52:41 abw Exp $
   #
   #============================================================================
   
  @@ -29,7 +29,7 @@
   use vars qw( $VERSION );
   use base qw( Template::Plugin::File );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -394,8 +394,8 @@
   
   =head1 VERSION
   
  -2.60, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.61, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   
   
  
  
  
  2.62      +4 -4      Template2/lib/Template/Plugin/Dumper.pm
  
  Index: Dumper.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Dumper.pm,v
  retrieving revision 2.61
  retrieving revision 2.62
  diff -u -r2.61 -r2.62
  --- Dumper.pm	2004/01/06 18:31:36	2.61
  +++ Dumper.pm	2004/01/12 11:52:42	2.62
  @@ -18,7 +18,7 @@
   #
   #------------------------------------------------------------------------------
   #
  -# $Id: Dumper.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
  +# $Id: Dumper.pm,v 2.62 2004/01/12 11:52:42 abw Exp $
   # 
   #==============================================================================
   
  @@ -33,7 +33,7 @@
   use vars qw( $VERSION $DEBUG @DUMPER_ARGS $AUTOLOAD );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
   $DEBUG   = 0 unless defined $DEBUG;
   @DUMPER_ARGS = qw( Indent Pad Varname Purity Useqq Terse Freezer
                      Toaster Deepcopy Quotekeys Bless Maxdepth );
  @@ -161,8 +161,8 @@
   
   =head1 VERSION
   
  -2.60, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.61, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   
   
  
  
  
  2.62      +4 -4      Template2/lib/Template/Plugin/File.pm
  
  Index: File.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/File.pm,v
  retrieving revision 2.61
  retrieving revision 2.62
  diff -u -r2.61 -r2.62
  --- File.pm	2004/01/06 18:31:36	2.61
  +++ File.pm	2004/01/12 11:52:42	2.62
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: File.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
  +#   $Id: File.pm,v 2.62 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -34,7 +34,7 @@
   use base qw( Template::Plugin );
   use vars qw( @STAT_KEYS );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
   
   @STAT_KEYS = qw( dev ino mode nlink uid gid rdev size 
   		 atime mtime ctime blksize blocks );
  @@ -400,8 +400,8 @@
   
   =head1 VERSION
   
  -2.60, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.61, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   
   
  
  
  
  1.28      +14 -5     Template2/lib/Template/Plugin/Filter.pm
  
  Index: Filter.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Filter.pm,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Filter.pm	2004/01/06 18:31:36	1.27
  +++ Filter.pm	2004/01/12 11:52:42	1.28
  @@ -17,7 +17,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Filter.pm,v 1.27 2004/01/06 18:31:36 abw Exp $
  +#   $Id: Filter.pm,v 1.28 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use vars qw( $VERSION $DYNAMIC );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.27 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.28 $ =~ /(\d+)\.(\d+)/);
   $DYNAMIC = 0 unless defined $DYNAMIC;
   
   
  @@ -410,8 +410,8 @@
   
   =head1 VERSION
   
  -1.26, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +1.27, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -423,4 +423,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Template::Filters|Template::Filters>, L<Template::Manual::Filters|Template::Manual::Filters>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Template::Filters|Template::Filters>, L<Template::Manual::Filters|Template::Manual::Filters>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.62      +14 -5     Template2/lib/Template/Plugin/Format.pm
  
  Index: Format.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Format.pm,v
  retrieving revision 2.61
  retrieving revision 2.62
  diff -u -r2.61 -r2.62
  --- Format.pm	2004/01/06 18:31:36	2.61
  +++ Format.pm	2004/01/12 11:52:42	2.62
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Format.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
  +# $Id: Format.pm,v 2.62 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
   
   
   sub new {
  @@ -98,8 +98,8 @@
   
   =head1 VERSION
   
  -2.60, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.61, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -111,4 +111,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.54      +14 -5     Template2/lib/Template/Plugin/HTML.pm
  
  Index: HTML.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/HTML.pm,v
  retrieving revision 2.53
  retrieving revision 2.54
  diff -u -r2.53 -r2.54
  --- HTML.pm	2004/01/06 18:31:36	2.53
  +++ HTML.pm	2004/01/12 11:52:42	2.54
  @@ -19,7 +19,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: HTML.pm,v 2.53 2004/01/06 18:31:36 abw Exp $
  +# $Id: HTML.pm,v 2.54 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.53 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.54 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, @args) = @_;
  @@ -171,8 +171,8 @@
   
   =head1 VERSION
   
  -2.52, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.53, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -184,4 +184,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  1.11      +14 -5     Template2/lib/Template/Plugin/Image.pm
  
  Index: Image.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Image.pm,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Image.pm	2004/01/06 18:31:36	1.10
  +++ Image.pm	2004/01/12 11:52:42	1.11
  @@ -13,7 +13,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Image.pm,v 1.10 2004/01/06 18:31:36 abw Exp $
  +#   $Id: Image.pm,v 1.11 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use vars qw( $VERSION $AUTOLOAD );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.10 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.11 $ =~ /(\d+)\.(\d+)/);
   
   BEGIN {
       if (eval { require Image::Info; }) {
  @@ -399,8 +399,8 @@
   
   =head1 VERSION
   
  -1.09, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +1.10, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -412,4 +412,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.60      +14 -5     Template2/lib/Template/Plugin/Iterator.pm
  
  Index: Iterator.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Iterator.pm,v
  retrieving revision 2.59
  retrieving revision 2.60
  diff -u -r2.59 -r2.60
  --- Iterator.pm	2004/01/06 18:31:36	2.59
  +++ Iterator.pm	2004/01/12 11:52:42	2.60
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Iterator.pm,v 2.59 2004/01/06 18:31:36 abw Exp $
  +# $Id: Iterator.pm,v 2.60 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use Template::Plugin;
   use Template::Iterator;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
   
   #------------------------------------------------------------------------
   # new($context, \@data, \%args)
  @@ -92,8 +92,8 @@
   
   =head1 VERSION
   
  -2.58, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.59, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -105,4 +105,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Template::Iterator|Template::Iterator>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Template::Iterator|Template::Iterator>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  1.8       +14 -5     Template2/lib/Template/Plugin/Math.pm
  
  Index: Math.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Math.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Math.pm	2004/01/06 18:31:36	1.7
  +++ Math.pm	2004/01/12 11:52:42	1.8
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Math.pm,v 1.7 2004/01/06 18:31:36 abw Exp $
  +#   $Id: Math.pm,v 1.8 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -28,7 +28,7 @@
   use vars qw( $VERSION $AUTOLOAD );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -248,8 +248,8 @@
   
   =head1 VERSION
   
  -1.06, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +1.07, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -261,4 +261,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.60      +14 -5     Template2/lib/Template/Plugin/Pod.pm
  
  Index: Pod.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Pod.pm,v
  retrieving revision 2.59
  retrieving revision 2.60
  diff -u -r2.59 -r2.60
  --- Pod.pm	2004/01/06 18:31:36	2.59
  +++ Pod.pm	2004/01/12 11:52:42	2.60
  @@ -15,7 +15,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Pod.pm,v 2.59 2004/01/06 18:31:36 abw Exp $
  +#   $Id: Pod.pm,v 2.60 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -28,7 +28,7 @@
   use vars qw( $VERSION );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
   
   use Pod::POM;
   
  @@ -90,8 +90,8 @@
   
   =head1 VERSION
   
  -2.58, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.59, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -103,4 +103,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Pod::POM|Pod::POM>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Pod::POM|Pod::POM>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  1.9       +14 -5     Template2/lib/Template/Plugin/Procedural.pm
  
  Index: Procedural.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Procedural.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Procedural.pm	2004/01/06 18:31:36	1.8
  +++ Procedural.pm	2004/01/12 11:52:42	1.9
  @@ -18,7 +18,7 @@
   #
   #------------------------------------------------------------------------------
   #
  -# $Id: Procedural.pm,v 1.8 2004/01/06 18:31:36 abw Exp $
  +# $Id: Procedural.pm,v 1.9 2004/01/12 11:52:42 abw Exp $
   # 
   #==============================================================================
   
  @@ -31,7 +31,7 @@
   use vars qw( $VERSION $DEBUG $AUTOLOAD );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.9 $ =~ /(\d+)\.(\d+)/);
   $DEBUG   = 0 unless defined $DEBUG;
   
   #------------------------------------------------------------------------
  @@ -144,8 +144,8 @@
   
   =head1 VERSION
   
  -1.07, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +1.08, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -157,4 +157,13 @@
   
   =head1 SEE ALSO
   
  -L<Template|Template>, L<Template::Plugin|Template::Plugin>
  \ No newline at end of file
  +L<Template|Template>, L<Template::Plugin|Template::Plugin>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.31      +14 -5     Template2/lib/Template/Plugin/String.pm
  
  Index: String.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/String.pm,v
  retrieving revision 2.30
  retrieving revision 2.31
  diff -u -r2.30 -r2.31
  --- String.pm	2004/01/06 18:31:36	2.30
  +++ String.pm	2004/01/12 11:52:42	2.31
  @@ -15,7 +15,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: String.pm,v 2.30 2004/01/06 18:31:36 abw Exp $
  +#   $Id: String.pm,v 2.31 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -32,7 +32,7 @@
   use overload q|""| => "text",
                fallback => 1;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.30 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.31 $ =~ /(\d+)\.(\d+)/);
   $ERROR   = '';
   
   *centre  = \*center;
  @@ -770,8 +770,8 @@
   
   =head1 VERSION
   
  -2.29, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.30, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -783,4 +783,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.62      +14 -5     Template2/lib/Template/Plugin/Table.pm
  
  Index: Table.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Table.pm,v
  retrieving revision 2.61
  retrieving revision 2.62
  diff -u -r2.61 -r2.62
  --- Table.pm	2004/01/06 18:31:36	2.61
  +++ Table.pm	2004/01/12 11:52:42	2.62
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Table.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
  +# $Id: Table.pm,v 2.62 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use base qw( Template::Plugin );
   use Template::Plugin;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -438,8 +438,8 @@
   
   =head1 VERSION
   
  -2.60, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.61, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -451,4 +451,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.62      +14 -5     Template2/lib/Template/Plugin/URL.pm
  
  Index: URL.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/URL.pm,v
  retrieving revision 2.61
  retrieving revision 2.62
  diff -u -r2.61 -r2.62
  --- URL.pm	2004/01/06 18:31:36	2.61
  +++ URL.pm	2004/01/12 11:52:42	2.62
  @@ -18,7 +18,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: URL.pm,v 2.61 2004/01/06 18:31:36 abw Exp $
  +# $Id: URL.pm,v 2.62 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -31,7 +31,7 @@
   use Template::Plugin;
   
   @ISA     = qw( Template::Plugin );
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
   
   
   #------------------------------------------------------------------------
  @@ -210,8 +210,8 @@
   
   =head1 VERSION
   
  -2.60, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.61, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -223,4 +223,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.61      +14 -5     Template2/lib/Template/Plugin/View.pm
  
  Index: View.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/View.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- View.pm	2004/01/06 18:31:36	2.60
  +++ View.pm	2004/01/12 11:52:42	2.61
  @@ -16,7 +16,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: View.pm,v 2.60 2004/01/06 18:31:36 abw Exp $
  +#   $Id: View.pm,v 2.61 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -29,7 +29,7 @@
   use vars qw( $VERSION );
   use base qw( Template::Plugin );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   
   use Template::View;
   
  @@ -101,8 +101,8 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.60, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -114,4 +114,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Plugin|Template::Plugin>, L<Template::View|Template::View>
  \ No newline at end of file
  +L<Template::Plugin|Template::Plugin>, L<Template::View|Template::View>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  2.61      +4 -4      Template2/lib/Template/Plugin/Wrap.pm
  
  Index: Wrap.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Plugin/Wrap.pm,v
  retrieving revision 2.60
  retrieving revision 2.61
  diff -u -r2.60 -r2.61
  --- Wrap.pm	2004/01/06 18:31:36	2.60
  +++ Wrap.pm	2004/01/12 11:52:42	2.61
  @@ -16,7 +16,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Wrap.pm,v 2.60 2004/01/06 18:31:36 abw Exp $
  +# $Id: Wrap.pm,v 2.61 2004/01/12 11:52:42 abw Exp $
   #
   #============================================================================
   
  @@ -30,7 +30,7 @@
   use Template::Plugin;
   use Text::Wrap;
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
   
   sub new {
       my ($class, $context, $format) = @_;;
  @@ -145,8 +145,8 @@
   
   =head1 VERSION
   
  -2.59, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +2.60, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT