[Templates-cvs] cvs commit: Template2/lib/Template Base.pm Config.pm Constants.pm Context.pm Document.pm Exception.pm FAQ.pod Filters.pm Iterator.pm Manual.pod Modules.pod Parser.pm Plugin.pm Plugins.pm Provider.pm Service.pm Stash.pm Test.pm Tutorial.pod
cvs@template-toolkit.org
cvs@template-toolkit.org
Mon, 12 Jan 2004 11:52:00 +0000
cvs 04/01/12 11:51:59
Modified: lib/Template Base.pm Config.pm Constants.pm Context.pm
Document.pm Exception.pm FAQ.pod Filters.pm
Iterator.pm Manual.pod Modules.pod Parser.pm
Plugin.pm Plugins.pm Provider.pm Service.pm
Stash.pm Test.pm Tutorial.pod
Log:
prep for version 2.12
Revision Changes Path
2.66 +13 -4 Template2/lib/Template/Base.pm
Index: Base.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Base.pm,v
retrieving revision 2.65
retrieving revision 2.66
diff -u -r2.65 -r2.66
--- Base.pm 2004/01/12 11:00:22 2.65
+++ Base.pm 2004/01/12 11:51:57 2.66
@@ -18,7 +18,7 @@
#
#------------------------------------------------------------------------
#
-# $Id: Base.pm,v 2.65 2004/01/12 11:00:22 abw Exp $
+# $Id: Base.pm,v 2.66 2004/01/12 11:51:57 abw Exp $
#
#========================================================================
@@ -30,7 +30,7 @@
use vars qw( $VERSION );
use Template::Constants;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -287,8 +287,8 @@
=head1 VERSION
-2.64, distributed as part of the
-Template Toolkit version 2.11b, released on 07 January 2004.
+2.65, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -301,3 +301,12 @@
=head1 SEE ALSO
L<Template|Template>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.65 +14 -5 Template2/lib/Template/Config.pm
Index: Config.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Config.pm,v
retrieving revision 2.64
retrieving revision 2.65
diff -u -r2.64 -r2.65
--- Config.pm 2004/01/06 18:31:16 2.64
+++ Config.pm 2004/01/12 11:51:57 2.65
@@ -17,7 +17,7 @@
#
#------------------------------------------------------------------------
#
-# $Id: Config.pm,v 2.64 2004/01/06 18:31:16 abw Exp $
+# $Id: Config.pm,v 2.65 2004/01/12 11:51:57 abw Exp $
#
#========================================================================
@@ -32,7 +32,7 @@
$LATEX_PATH $PDFLATEX_PATH $DVIPS_PATH
$STASH $SERVICE $CONTEXT $CONSTANTS @PRELOAD );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.64 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0 unless defined $DEBUG;
$ERROR = '';
$CONTEXT = 'Template::Context';
@@ -441,8 +441,8 @@
=head1 VERSION
-2.63, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.64, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -454,4 +454,13 @@
=head1 SEE ALSO
-L<Template|Template>
\ No newline at end of file
+L<Template|Template>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.65 +14 -5 Template2/lib/Template/Constants.pm
Index: Constants.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Constants.pm,v
retrieving revision 2.64
retrieving revision 2.65
diff -u -r2.64 -r2.65
--- Constants.pm 2004/01/06 18:31:17 2.64
+++ Constants.pm 2004/01/12 11:51:57 2.65
@@ -17,7 +17,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Constants.pm,v 2.64 2004/01/06 18:31:17 abw Exp $
+# $Id: Constants.pm,v 2.65 2004/01/12 11:51:57 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use vars qw( $DEBUG_OPTIONS @STATUS @ERROR @CHOMP @DEBUG);
@ISA = qw( Exporter );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.64 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
#========================================================================
@@ -261,8 +261,8 @@
=head1 VERSION
-2.63, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.64, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -274,4 +274,13 @@
=head1 SEE ALSO
-L<Template|Template>, L<Exporter|Exporter>
\ No newline at end of file
+L<Template|Template>, L<Exporter|Exporter>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.86 +13 -4 Template2/lib/Template/Context.pm
Index: Context.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Context.pm,v
retrieving revision 2.85
retrieving revision 2.86
diff -u -r2.85 -r2.86
--- Context.pm 2004/01/07 08:25:44 2.85
+++ Context.pm 2004/01/12 11:51:57 2.86
@@ -18,7 +18,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Context.pm,v 2.85 2004/01/07 08:25:44 abw Exp $
+# $Id: Context.pm,v 2.86 2004/01/12 11:51:57 abw Exp $
#
#============================================================================
@@ -35,7 +35,7 @@
use Template::Constants;
use Template::Exception;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.85 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.86 $ =~ /(\d+)\.(\d+)/);
$DEBUG_FORMAT = "\n## \$file line \$line : [% \$text %] ##\n";
@@ -1537,8 +1537,8 @@
=head1 VERSION
-2.84, distributed as part of the
-Template Toolkit version 2.11a, released on 06 January 2004.
+2.85, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -1551,3 +1551,12 @@
=head1 SEE ALSO
L<Template|Template>, L<Template::Document|Template::Document>, L<Template::Exception|Template::Exception>, L<Template::Filters|Template::Filters>, L<Template::Plugins|Template::Plugins>, L<Template::Provider|Template::Provider>, L<Template::Service|Template::Service>, L<Template::Stash|Template::Stash>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.69 +14 -5 Template2/lib/Template/Document.pm
Index: Document.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Document.pm,v
retrieving revision 2.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- Document.pm 2004/01/06 18:31:17 2.68
+++ Document.pm 2004/01/12 11:51:57 2.69
@@ -20,7 +20,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Document.pm,v 2.68 2004/01/06 18:31:17 abw Exp $
+# $Id: Document.pm,v 2.69 2004/01/12 11:51:57 abw Exp $
#
#============================================================================
@@ -33,7 +33,7 @@
use base qw( Template::Base );
use Template::Constants;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
#========================================================================
@@ -468,8 +468,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.
=head1 COPYRIGHT
@@ -481,4 +481,13 @@
=head1 SEE ALSO
-L<Template|Template>, L<Template::Parser|Template::Parser>
\ No newline at end of file
+L<Template|Template>, L<Template::Parser|Template::Parser>
+=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/Exception.pm
Index: Exception.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Exception.pm,v
retrieving revision 2.61
retrieving revision 2.62
diff -u -r2.61 -r2.62
--- Exception.pm 2004/01/06 18:31:17 2.61
+++ Exception.pm 2004/01/12 11:51:57 2.62
@@ -18,7 +18,7 @@
#
#------------------------------------------------------------------------
#
-# $Id: Exception.pm,v 2.61 2004/01/06 18:31:17 abw Exp $
+# $Id: Exception.pm,v 2.62 2004/01/12 11:51:57 abw Exp $
#
#========================================================================
@@ -36,7 +36,7 @@
use overload q|""| => "as_string", fallback => 1;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -228,8 +228,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
@@ -241,4 +241,13 @@
=head1 SEE ALSO
-L<Template|Template>, L<Template::Context|Template::Context>
\ No newline at end of file
+L<Template|Template>, L<Template::Context|Template::Context>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.61 +13 -3 Template2/lib/Template/FAQ.pod
Index: FAQ.pod
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/FAQ.pod,v
retrieving revision 2.60
retrieving revision 2.61
diff -u -r2.60 -r2.61
--- FAQ.pod 2004/01/06 18:31:17 2.60
+++ FAQ.pod 2004/01/12 11:51:57 2.61
@@ -18,7 +18,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# 2.65
+# 2.66
#
#========================================================================
@@ -305,8 +305,8 @@
=head1 VERSION
-2.65, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.66, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -316,3 +316,13 @@
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
+
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.75 +14 -5 Template2/lib/Template/Filters.pm
Index: Filters.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Filters.pm,v
retrieving revision 2.74
retrieving revision 2.75
diff -u -r2.74 -r2.75
--- Filters.pm 2004/01/06 18:31:17 2.74
+++ Filters.pm 2004/01/12 11:51:57 2.75
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Filters.pm,v 2.74 2004/01/06 18:31:17 abw Exp $
+# $Id: Filters.pm,v 2.75 2004/01/12 11:51:57 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use vars qw( $VERSION $DEBUG $FILTERS $URI_ESCAPES $PLUGIN_FILTER );
use Template::Constants;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.74 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.75 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -1422,8 +1422,8 @@
=head1 VERSION
-2.73, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.74, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -1435,4 +1435,13 @@
=head1 SEE ALSO
-L<Template|Template>, L<Template::Context|Template::Context>, L<Template::Manual::Filters|Template::Manual::Filters>
\ No newline at end of file
+L<Template|Template>, L<Template::Context|Template::Context>, 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/Iterator.pm
Index: Iterator.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Iterator.pm,v
retrieving revision 2.61
retrieving revision 2.62
diff -u -r2.61 -r2.62
--- Iterator.pm 2004/01/06 18:31:17 2.61
+++ Iterator.pm 2004/01/12 11:51:57 2.62
@@ -40,7 +40,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Iterator.pm,v 2.61 2004/01/06 18:31:17 abw Exp $
+# $Id: Iterator.pm,v 2.62 2004/01/12 11:51:57 abw Exp $
#
#============================================================================
@@ -54,7 +54,7 @@
use Template::Constants;
use Template::Exception;
-$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;
@@ -430,8 +430,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
@@ -443,4 +443,13 @@
=head1 SEE ALSO
-L<Template|Template>
\ No newline at end of file
+L<Template|Template>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.46 +11 -1 Template2/lib/Template/Manual.pod
Index: Manual.pod
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Manual.pod,v
retrieving revision 2.45
retrieving revision 2.46
diff -u -r2.45 -r2.46
--- Manual.pod 2004/01/06 18:31:17 2.45
+++ Manual.pod 2004/01/12 11:51:57 2.46
@@ -157,7 +157,7 @@
=head1 VERSION
-Template Toolkit version 2.11, released on 06 January 2004.
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -167,3 +167,13 @@
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
+
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.47 +11 -1 Template2/lib/Template/Modules.pod
Index: Modules.pod
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Modules.pod,v
retrieving revision 2.46
retrieving revision 2.47
diff -u -r2.46 -r2.47
--- Modules.pod 2004/01/06 18:31:17 2.46
+++ Modules.pod 2004/01/12 11:51:57 2.47
@@ -425,7 +425,7 @@
=head1 VERSION
-Template Toolkit version 2.11, released on 06 January 2004.
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -435,3 +435,13 @@
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
+
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.78 +4 -4 Template2/lib/Template/Parser.pm
Index: Parser.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Parser.pm,v
retrieving revision 2.77
retrieving revision 2.78
diff -u -r2.77 -r2.78
--- Parser.pm 2004/01/06 18:31:17 2.77
+++ Parser.pm 2004/01/12 11:51:57 2.78
@@ -31,7 +31,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Parser.pm,v 2.77 2004/01/06 18:31:17 abw Exp $
+# $Id: Parser.pm,v 2.78 2004/01/12 11:51:57 abw Exp $
#
#============================================================================
@@ -54,7 +54,7 @@
use constant ERROR => 2;
use constant ABORT => 3;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.77 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.78 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0 unless defined $DEBUG;
$ERROR = '';
@@ -1404,8 +1404,8 @@
=head1 VERSION
-2.76, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.77, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
2.63 +14 -5 Template2/lib/Template/Plugin.pm
Index: Plugin.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin.pm,v
retrieving revision 2.62
retrieving revision 2.63
diff -u -r2.62 -r2.63
--- Plugin.pm 2004/01/06 18:31:17 2.62
+++ Plugin.pm 2004/01/12 11:51:57 2.63
@@ -19,7 +19,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Plugin.pm,v 2.62 2004/01/06 18:31:17 abw Exp $
+# $Id: Plugin.pm,v 2.63 2004/01/12 11:51:57 abw Exp $
#
#============================================================================
@@ -33,7 +33,7 @@
use vars qw( $VERSION $DEBUG $ERROR $AUTOLOAD );
use base qw( Template::Base );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.62 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.63 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0;
@@ -383,8 +383,8 @@
=head1 VERSION
-2.61, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.62, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -396,4 +396,13 @@
=head1 SEE ALSO
-L<Template|Template>, L<Template::Plugins|Template::Plugins>, L<Template::Context|Template::Context>
\ No newline at end of file
+L<Template|Template>, L<Template::Plugins|Template::Plugins>, L<Template::Context|Template::Context>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.68 +14 -5 Template2/lib/Template/Plugins.pm
Index: Plugins.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugins.pm,v
retrieving revision 2.67
retrieving revision 2.68
diff -u -r2.67 -r2.68
--- Plugins.pm 2004/01/06 18:31:18 2.67
+++ Plugins.pm 2004/01/12 11:51:58 2.68
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Plugins.pm,v 2.67 2004/01/06 18:31:18 abw Exp $
+# $Id: Plugins.pm,v 2.68 2004/01/12 11:51:58 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use vars qw( $VERSION $DEBUG $STD_PLUGINS );
use Template::Constants;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.67 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
$STD_PLUGINS = {
'autoformat' => 'Template::Plugin::Autoformat',
@@ -1015,8 +1015,8 @@
=head1 VERSION
-2.66, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.67, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -1028,4 +1028,13 @@
=head1 SEE ALSO
-L<Template|Template>, L<Template::Plugin|Template::Plugin>, L<Template::Context|Template::Context>
\ No newline at end of file
+L<Template|Template>, L<Template::Plugin|Template::Plugin>, L<Template::Context|Template::Context>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.77 +14 -5 Template2/lib/Template/Provider.pm
Index: Provider.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Provider.pm,v
retrieving revision 2.76
retrieving revision 2.77
diff -u -r2.76 -r2.77
--- Provider.pm 2004/01/06 18:31:18 2.76
+++ Provider.pm 2004/01/12 11:51:58 2.77
@@ -27,7 +27,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Provider.pm,v 2.76 2004/01/06 18:31:18 abw Exp $
+# $Id: Provider.pm,v 2.77 2004/01/12 11:51:58 abw Exp $
#
#============================================================================
@@ -44,7 +44,7 @@
use File::Basename;
use File::Spec;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.76 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.77 $ =~ /(\d+)\.(\d+)/);
# name of document class
$DOCUMENT = 'Template::Document' unless defined $DOCUMENT;
@@ -1423,8 +1423,8 @@
=head1 VERSION
-2.75, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.76, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -1436,4 +1436,13 @@
=head1 SEE ALSO
-L<Template|Template>, L<Template::Parser|Template::Parser>, L<Template::Context|Template::Context>
\ No newline at end of file
+L<Template|Template>, L<Template::Parser|Template::Parser>, L<Template::Context|Template::Context>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.73 +14 -5 Template2/lib/Template/Service.pm
Index: Service.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Service.pm,v
retrieving revision 2.72
retrieving revision 2.73
diff -u -r2.72 -r2.73
--- Service.pm 2004/01/06 18:31:18 2.72
+++ Service.pm 2004/01/12 11:51:58 2.73
@@ -19,7 +19,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Service.pm,v 2.72 2004/01/06 18:31:18 abw Exp $
+# $Id: Service.pm,v 2.73 2004/01/12 11:51:58 abw Exp $
#
#============================================================================
@@ -35,7 +35,7 @@
use Template::Exception;
use Template::Constants;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.72 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.73 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0 unless defined $DEBUG;
@@ -749,8 +749,8 @@
=head1 VERSION
-2.75, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.76, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -762,4 +762,13 @@
=head1 SEE ALSO
-L<Template|Template>, L<Template::Context|Template::Context>
\ No newline at end of file
+L<Template|Template>, L<Template::Context|Template::Context>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.82 +14 -5 Template2/lib/Template/Stash.pm
Index: Stash.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Stash.pm,v
retrieving revision 2.81
retrieving revision 2.82
diff -u -r2.81 -r2.82
--- Stash.pm 2004/01/06 18:31:18 2.81
+++ Stash.pm 2004/01/12 11:51:58 2.82
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Stash.pm,v 2.81 2004/01/06 18:31:18 abw Exp $
+# $Id: Stash.pm,v 2.82 2004/01/12 11:51:58 abw Exp $
#
#============================================================================
@@ -29,7 +29,7 @@
use strict;
use vars qw( $VERSION $DEBUG $ROOT_OPS $SCALAR_OPS $HASH_OPS $LIST_OPS );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.81 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.82 $ =~ /(\d+)\.(\d+)/);
#========================================================================
@@ -986,8 +986,8 @@
=head1 VERSION
-2.80, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.81, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -999,4 +999,13 @@
=head1 SEE ALSO
-L<Template|Template>, L<Template::Context|Template::Context>
\ No newline at end of file
+L<Template|Template>, L<Template::Context|Template::Context>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.67 +14 -5 Template2/lib/Template/Test.pm
Index: Test.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Test.pm,v
retrieving revision 2.66
retrieving revision 2.67
diff -u -r2.66 -r2.67
--- Test.pm 2004/01/06 18:31:18 2.66
+++ Test.pm 2004/01/12 11:51:58 2.67
@@ -20,7 +20,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Test.pm,v 2.66 2004/01/06 18:31:18 abw Exp $
+# $Id: Test.pm,v 2.67 2004/01/12 11:51:58 abw Exp $
#
#============================================================================
@@ -35,7 +35,7 @@
use Template qw( :template );
use Exporter;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.67 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0;
@ISA = qw( Exporter );
@EXPORT = qw( ntests ok is match flush skip_all test_expect callsign banner );
@@ -685,8 +685,8 @@
=head1 VERSION
-2.65, distributed as part of the
-Template Toolkit version 2.11, released on 06 January 2004.
+2.66, distributed as part of the
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -698,4 +698,13 @@
=head1 SEE ALSO
-L<Template|Template>
\ No newline at end of file
+L<Template|Template>
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4:
2.47 +11 -1 Template2/lib/Template/Tutorial.pod
Index: Tutorial.pod
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Tutorial.pod,v
retrieving revision 2.46
retrieving revision 2.47
diff -u -r2.46 -r2.47
--- Tutorial.pod 2004/01/06 18:31:18 2.46
+++ Tutorial.pod 2004/01/12 11:51:58 2.47
@@ -86,7 +86,7 @@
=head1 VERSION
-Template Toolkit version 2.11, released on 06 January 2004.
+Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -96,3 +96,13 @@
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
+
+=cut
+
+# Local Variables:
+# mode: perl
+# perl-indent-level: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vim: expandtab shiftwidth=4: