[Templates-svn] r1055 - in trunk/lib/Template: . Library Manual Namespace Plugin Stash Tools Tutorial
svn@template-toolkit.org
svn@template-toolkit.org
Author: abw
Date: 2007-04-27 12:50:40 +0100 (Fri, 27 Apr 2007)
New Revision: 1055
Modified:
trunk/lib/Template/Base.pm
trunk/lib/Template/Config.pm
trunk/lib/Template/Constants.pm
trunk/lib/Template/Context.pm
trunk/lib/Template/Document.pm
trunk/lib/Template/Exception.pm
trunk/lib/Template/FAQ.pod
trunk/lib/Template/Filters.pm
trunk/lib/Template/Iterator.pm
trunk/lib/Template/Library/HTML.pod
trunk/lib/Template/Library/PostScript.pod
trunk/lib/Template/Library/Splash.pod
trunk/lib/Template/Manual.pod
trunk/lib/Template/Manual/Config.pod
trunk/lib/Template/Manual/Credits.pod
trunk/lib/Template/Manual/Directives.pod
trunk/lib/Template/Manual/Filters.pod
trunk/lib/Template/Manual/Internals.pod
trunk/lib/Template/Manual/Intro.pod
trunk/lib/Template/Manual/Plugins.pod
trunk/lib/Template/Manual/Refs.pod
trunk/lib/Template/Manual/Syntax.pod
trunk/lib/Template/Manual/VMethods.pod
trunk/lib/Template/Manual/Variables.pod
trunk/lib/Template/Manual/Views.pod
trunk/lib/Template/Modules.pod
trunk/lib/Template/Namespace/Constants.pm
trunk/lib/Template/Parser.pm
trunk/lib/Template/Plugin.pm
trunk/lib/Template/Plugin/Autoformat.pm
trunk/lib/Template/Plugin/CGI.pm
trunk/lib/Template/Plugin/Datafile.pm
trunk/lib/Template/Plugin/Date.pm
trunk/lib/Template/Plugin/Directory.pm
trunk/lib/Template/Plugin/Dumper.pm
trunk/lib/Template/Plugin/File.pm
trunk/lib/Template/Plugin/Filter.pm
trunk/lib/Template/Plugin/Format.pm
trunk/lib/Template/Plugin/HTML.pm
trunk/lib/Template/Plugin/Image.pm
trunk/lib/Template/Plugin/Iterator.pm
trunk/lib/Template/Plugin/Math.pm
trunk/lib/Template/Plugin/Pod.pm
trunk/lib/Template/Plugin/Procedural.pm
trunk/lib/Template/Plugin/String.pm
trunk/lib/Template/Plugin/Table.pm
trunk/lib/Template/Plugin/URL.pm
trunk/lib/Template/Plugin/View.pm
trunk/lib/Template/Plugin/Wrap.pm
trunk/lib/Template/Plugins.pm
trunk/lib/Template/Service.pm
trunk/lib/Template/Stash.pm
trunk/lib/Template/Stash/Context.pm
trunk/lib/Template/Stash/XS.pm
trunk/lib/Template/Test.pm
trunk/lib/Template/Toolkit.pod
trunk/lib/Template/Tools/tpage.pod
trunk/lib/Template/Tools/ttree.pod
trunk/lib/Template/Tutorial.pod
trunk/lib/Template/Tutorial/Datafile.pod
trunk/lib/Template/Tutorial/Web.pod
Log:
rebuilt docs
Modified: trunk/lib/Template/Base.pm
===================================================================
--- trunk/lib/Template/Base.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Base.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -284,7 +284,7 @@
=head1 VERSION
2.77, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Config.pm
===================================================================
--- trunk/lib/Template/Config.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Config.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -39,14 +39,14 @@
$PLUGINS = 'Template::Plugins';
$PROVIDER = 'Template::Provider';
$SERVICE = 'Template::Service';
-$STASH = 'Template::Stash::XS';
+$STASH = 'Template::Stash';
$CONSTANTS = 'Template::Namespace::Constants';
@PRELOAD = ( $CONTEXT, $FILTERS, $ITERATOR, $PARSER,
$PLUGINS, $PROVIDER, $SERVICE, $STASH );
# the following is set at installation time by the Makefile.PL
-$INSTDIR = '/usr/local/tt2';
+$INSTDIR = '';
#========================================================================
@@ -422,7 +422,7 @@
=head1 VERSION
2.74, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Constants.pm
===================================================================
--- trunk/lib/Template/Constants.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Constants.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -266,7 +266,7 @@
=head1 VERSION
2.74, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Context.pm
===================================================================
--- trunk/lib/Template/Context.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Context.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -1551,7 +1551,7 @@
=head1 VERSION
2.98, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Document.pm
===================================================================
--- trunk/lib/Template/Document.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Document.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -488,7 +488,7 @@
=head1 VERSION
2.79, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Exception.pm
===================================================================
--- trunk/lib/Template/Exception.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Exception.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -223,7 +223,7 @@
=head1 VERSION
2.69, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/FAQ.pod
===================================================================
--- trunk/lib/Template/FAQ.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/FAQ.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -363,7 +363,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Filters.pm
===================================================================
--- trunk/lib/Template/Filters.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Filters.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -1249,8 +1249,8 @@
=head1 VERSION
-2.85, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+2.86, distributed as part of the
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Iterator.pm
===================================================================
--- trunk/lib/Template/Iterator.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Iterator.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -428,7 +428,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Library/HTML.pod
===================================================================
--- trunk/lib/Template/Library/HTML.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Library/HTML.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -289,7 +289,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Library/PostScript.pod
===================================================================
--- trunk/lib/Template/Library/PostScript.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Library/PostScript.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -53,7 +53,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Library/Splash.pod
===================================================================
--- trunk/lib/Template/Library/Splash.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Library/Splash.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -1002,7 +1002,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Config.pod
===================================================================
--- trunk/lib/Template/Manual/Config.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Config.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -1462,13 +1462,20 @@
The CACHE_SIZE can be set to 0 to disable caching altogether.
my $template = Template->new({
- CACHE_SIZE => 64, # only cache 64 compiled templates
+ CACHE_SIZE => 64, # only cache 64 compiled templates
});
my $template = Template->new({
- CACHE_SIZE => 0, # don't cache any compiled templates
+ CACHE_SIZE => 0, # don't cache any compiled templates
});
+As well as caching templates as they are found, the Template::Provider
+also implements negative caching to keep track of templates that are
+I<not> found. This allows the provider to quickly decline a request
+for a template that it has previously failed to locate, saving the effort
+of going to look for it again. This is useful when an INCLUDE_PATH includes
+multiple providers, ensuring that the request is passed down through the
+providers as quickly as possible.
@@ -2158,7 +2165,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Credits.pod
===================================================================
--- trunk/lib/Template/Manual/Credits.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Credits.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -116,7 +116,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Directives.pod
===================================================================
--- trunk/lib/Template/Manual/Directives.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Directives.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -658,9 +658,6 @@
== != < <= > >= && || ! and or not
-Note that C<and>, C<or> and C<not> are also provided as aliases for
-C<&&>, C<||> and C<!>, respectively.
-
Conditions may be arbitrarily complex and are evaluated with the same
precedence as in Perl. Parenthesis may be used to explicitly
determine evaluation order.
@@ -672,11 +669,15 @@
That's more or less correct.
[% END %]
+The C<and>, C<or> and C<not> operator are provided as aliases for
+C<&&>, C<||> and C<!>, respectively. Unlike Perl, which treats
+C<and>, C<or> and C<not> as separate, lower-precedence versions of the
+other operators, the Template Toolkit performs a straightforward substitution
+of C<and> for C<&&>, and so on. That means that C<and>, C<or> and C<not>
+have the same operator precedence as C<&&>, C<||> and C<!>.
-
-
=item SWITCH / CASE
The SWITCH / CASE construct can be used to perform a multi-way
@@ -2187,7 +2188,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Filters.pod
===================================================================
--- trunk/lib/Template/Manual/Filters.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Filters.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -458,7 +458,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Internals.pod
===================================================================
--- trunk/lib/Template/Manual/Internals.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Internals.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -522,7 +522,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Intro.pod
===================================================================
--- trunk/lib/Template/Manual/Intro.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Intro.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -263,7 +263,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Plugins.pod
===================================================================
--- trunk/lib/Template/Manual/Plugins.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Plugins.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -340,7 +340,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Refs.pod
===================================================================
--- trunk/lib/Template/Manual/Refs.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Refs.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -145,7 +145,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Syntax.pod
===================================================================
--- trunk/lib/Template/Manual/Syntax.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Syntax.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -280,7 +280,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/VMethods.pod
===================================================================
--- trunk/lib/Template/Manual/VMethods.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/VMethods.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -660,7 +660,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Variables.pod
===================================================================
--- trunk/lib/Template/Manual/Variables.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Variables.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -876,7 +876,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual/Views.pod
===================================================================
--- trunk/lib/Template/Manual/Views.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual/Views.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -616,7 +616,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Manual.pod
===================================================================
--- trunk/lib/Template/Manual.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Manual.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -128,7 +128,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Modules.pod
===================================================================
--- trunk/lib/Template/Modules.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Modules.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -296,7 +296,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Namespace/Constants.pm
===================================================================
--- trunk/lib/Template/Namespace/Constants.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Namespace/Constants.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -178,7 +178,7 @@
=head1 VERSION
1.27, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Parser.pm
===================================================================
--- trunk/lib/Template/Parser.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Parser.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -1468,7 +1468,7 @@
=head1 VERSION
2.89, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
Modified: trunk/lib/Template/Plugin/Autoformat.pm
===================================================================
--- trunk/lib/Template/Plugin/Autoformat.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Autoformat.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -221,7 +221,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
Modified: trunk/lib/Template/Plugin/CGI.pm
===================================================================
--- trunk/lib/Template/Plugin/CGI.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/CGI.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -139,7 +139,7 @@
=head1 VERSION
2.7, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Datafile.pm
===================================================================
--- trunk/lib/Template/Plugin/Datafile.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Datafile.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -169,7 +169,7 @@
=head1 VERSION
2.72, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Date.pm
===================================================================
--- trunk/lib/Template/Plugin/Date.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Date.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -343,7 +343,7 @@
=head1 VERSION
2.77, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
Modified: trunk/lib/Template/Plugin/Directory.pm
===================================================================
--- trunk/lib/Template/Plugin/Directory.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Directory.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -393,7 +393,7 @@
=head1 VERSION
2.7, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
Modified: trunk/lib/Template/Plugin/Dumper.pm
===================================================================
--- trunk/lib/Template/Plugin/Dumper.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Dumper.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -157,7 +157,7 @@
=head1 VERSION
2.7, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
Modified: trunk/lib/Template/Plugin/File.pm
===================================================================
--- trunk/lib/Template/Plugin/File.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/File.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -401,7 +401,7 @@
=head1 VERSION
2.71, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
Modified: trunk/lib/Template/Plugin/Filter.pm
===================================================================
--- trunk/lib/Template/Plugin/Filter.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Filter.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -407,7 +407,7 @@
=head1 VERSION
1.36, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Format.pm
===================================================================
--- trunk/lib/Template/Plugin/Format.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Format.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -95,7 +95,7 @@
=head1 VERSION
2.7, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/HTML.pm
===================================================================
--- trunk/lib/Template/Plugin/HTML.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/HTML.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -168,7 +168,7 @@
=head1 VERSION
2.62, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Image.pm
===================================================================
--- trunk/lib/Template/Plugin/Image.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Image.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -444,7 +444,7 @@
=head1 VERSION
1.21, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Iterator.pm
===================================================================
--- trunk/lib/Template/Plugin/Iterator.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Iterator.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -89,7 +89,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Math.pm
===================================================================
--- trunk/lib/Template/Plugin/Math.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Math.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -249,7 +249,7 @@
=head1 VERSION
1.16, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Pod.pm
===================================================================
--- trunk/lib/Template/Plugin/Pod.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Pod.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -88,7 +88,7 @@
=head1 VERSION
2.69, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Procedural.pm
===================================================================
--- trunk/lib/Template/Plugin/Procedural.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Procedural.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -140,7 +140,7 @@
=head1 VERSION
1.17, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/String.pm
===================================================================
--- trunk/lib/Template/Plugin/String.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/String.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -808,7 +808,7 @@
=head1 VERSION
2.4, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Table.pm
===================================================================
--- trunk/lib/Template/Plugin/Table.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Table.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -436,7 +436,7 @@
=head1 VERSION
2.71, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/URL.pm
===================================================================
--- trunk/lib/Template/Plugin/URL.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/URL.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -208,7 +208,7 @@
=head1 VERSION
2.74, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/View.pm
===================================================================
--- trunk/lib/Template/Plugin/View.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/View.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -99,7 +99,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin/Wrap.pm
===================================================================
--- trunk/lib/Template/Plugin/Wrap.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin/Wrap.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -142,7 +142,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugin.pm
===================================================================
--- trunk/lib/Template/Plugin.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugin.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -381,7 +381,7 @@
=head1 VERSION
2.7, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Plugins.pm
===================================================================
--- trunk/lib/Template/Plugins.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Plugins.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -866,7 +866,7 @@
=head1 VERSION
2.77, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Service.pm
===================================================================
--- trunk/lib/Template/Service.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Service.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -746,8 +746,8 @@
=head1 VERSION
-2.91, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+2.93, distributed as part of the
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Stash/Context.pm
===================================================================
--- trunk/lib/Template/Stash/Context.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Stash/Context.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -765,7 +765,7 @@
=head1 VERSION
1.63, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Stash/XS.pm
===================================================================
--- trunk/lib/Template/Stash/XS.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Stash/XS.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -135,7 +135,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
Modified: trunk/lib/Template/Stash.pm
===================================================================
--- trunk/lib/Template/Stash.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Stash.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -795,7 +795,7 @@
=head1 VERSION
2.9, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Test.pm
===================================================================
--- trunk/lib/Template/Test.pm 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Test.pm 2007-04-27 11:50:40 UTC (rev 1055)
@@ -683,7 +683,7 @@
=head1 VERSION
2.75, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Toolkit.pod
===================================================================
--- trunk/lib/Template/Toolkit.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Toolkit.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -100,7 +100,7 @@
=head1 VERSION
2.75, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Tools/tpage.pod
===================================================================
--- trunk/lib/Template/Tools/tpage.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Tools/tpage.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -51,7 +51,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Tools/ttree.pod
===================================================================
--- trunk/lib/Template/Tools/ttree.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Tools/ttree.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -316,7 +316,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Tutorial/Datafile.pod
===================================================================
--- trunk/lib/Template/Tutorial/Datafile.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Tutorial/Datafile.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -429,7 +429,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Tutorial/Web.pod
===================================================================
--- trunk/lib/Template/Tutorial/Web.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Tutorial/Web.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -772,7 +772,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/lib/Template/Tutorial.pod
===================================================================
--- trunk/lib/Template/Tutorial.pod 2007-04-27 11:50:22 UTC (rev 1054)
+++ trunk/lib/Template/Tutorial.pod 2007-04-27 11:50:40 UTC (rev 1055)
@@ -68,7 +68,7 @@
=head1 VERSION
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT