[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 Toolkit.pod Tutorial.pod
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 07/02/09 18:40:51
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 Toolkit.pod Tutorial.pod
Log:
release version 2.18
Revision Changes Path
2.78 +4 -4 Template2/lib/Template/Base.pm
Index: Base.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Base.pm,v
retrieving revision 2.77
retrieving revision 2.78
diff -u -r2.77 -r2.78
--- Base.pm 2006/05/30 17:01:27 2.77
+++ Base.pm 2007/02/09 18:40:48 2.78
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Base.pm,v 2.77 2006/05/30 17:01:27 abw Exp $
+# $Id: Base.pm,v 2.78 2007/02/09 18:40:48 abw Exp $
#
#========================================================================
@@ -284,12 +284,12 @@
=head1 VERSION
2.77, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.75 +4 -4 Template2/lib/Template/Config.pm
Index: Config.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Config.pm,v
retrieving revision 2.74
retrieving revision 2.75
diff -u -r2.74 -r2.75
--- Config.pm 2006/05/30 17:01:28 2.74
+++ Config.pm 2007/02/09 18:40:48 2.75
@@ -15,7 +15,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Config.pm,v 2.74 2006/05/30 17:01:28 abw Exp $
+# $Id: Config.pm,v 2.75 2007/02/09 18:40:48 abw Exp $
#
#========================================================================
@@ -422,12 +422,12 @@
=head1 VERSION
2.74, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.75 +4 -4 Template2/lib/Template/Constants.pm
Index: Constants.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Constants.pm,v
retrieving revision 2.74
retrieving revision 2.75
diff -u -r2.74 -r2.75
--- Constants.pm 2006/05/30 17:01:28 2.74
+++ Constants.pm 2007/02/09 18:40:48 2.75
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Constants.pm,v 2.74 2006/05/30 17:01:28 abw Exp $
+# $Id: Constants.pm,v 2.75 2007/02/09 18:40:48 abw Exp $
#
#============================================================================
@@ -266,12 +266,12 @@
=head1 VERSION
2.74, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.100 +4 -4 Template2/lib/Template/Context.pm
Index: Context.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Context.pm,v
retrieving revision 2.99
retrieving revision 2.100
diff -u -r2.99 -r2.100
--- Context.pm 2006/05/30 17:01:28 2.99
+++ Context.pm 2007/02/09 18:40:48 2.100
@@ -18,7 +18,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Context.pm,v 2.99 2006/05/30 17:01:28 abw Exp $
+# $Id: Context.pm,v 2.100 2007/02/09 18:40:48 abw Exp $
#
#============================================================================
@@ -1551,12 +1551,12 @@
=head1 VERSION
2.98, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.80 +4 -4 Template2/lib/Template/Document.pm
Index: Document.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Document.pm,v
retrieving revision 2.79
retrieving revision 2.80
diff -u -r2.79 -r2.80
--- Document.pm 2006/05/30 17:01:28 2.79
+++ Document.pm 2007/02/09 18:40:48 2.80
@@ -19,7 +19,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Document.pm,v 2.79 2006/05/30 17:01:28 abw Exp $
+# $Id: Document.pm,v 2.80 2007/02/09 18:40:48 abw Exp $
#
#============================================================================
@@ -488,12 +488,12 @@
=head1 VERSION
2.79, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.70 +4 -4 Template2/lib/Template/Exception.pm
Index: Exception.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Exception.pm,v
retrieving revision 2.69
retrieving revision 2.70
diff -u -r2.69 -r2.70
--- Exception.pm 2006/05/30 17:01:28 2.69
+++ Exception.pm 2007/02/09 18:40:48 2.70
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Exception.pm,v 2.69 2006/05/30 17:01:28 abw Exp $
+# $Id: Exception.pm,v 2.70 2007/02/09 18:40:48 abw Exp $
#
#========================================================================
@@ -223,12 +223,12 @@
=head1 VERSION
2.69, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.69 +6 -11 Template2/lib/Template/FAQ.pod
Index: FAQ.pod
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/FAQ.pod,v
retrieving revision 2.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- FAQ.pod 2006/05/30 17:01:28 2.68
+++ FAQ.pod 2007/02/09 18:40:48 2.69
@@ -3,16 +3,13 @@
# Template::FAQ
#
# DESCRIPTION
-# This is the Frequently Asked Questions list for the Template
-# Toolkit. More accurately, it's a very thin placeholder for where
-# the FAQ will soon be.
+
#
# AUTHOR
# Andy Wardley <abw@wardley.org>
#
# COPYRIGHT
-# Copyright (C) 1996-2001 Andy Wardley. All Rights Reserved.
-# Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
+# Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
#
# This module is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
@@ -39,10 +36,8 @@
Template::FAQ - Frequently Asked Questions about the Template Toolkit
=head1 DESCRIPTION
+
-This is the Frequently Asked Questions list for the Template Toolkit.
-More accurately, it's a very thin placeholder for where the FAQ will
-soon be.
=head1 Template Toolkit Language
@@ -368,12 +363,12 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
+
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.87 +4 -4 Template2/lib/Template/Filters.pm
Index: Filters.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Filters.pm,v
retrieving revision 2.86
retrieving revision 2.87
diff -u -r2.86 -r2.87
--- Filters.pm 2006/05/30 17:01:28 2.86
+++ Filters.pm 2007/02/09 18:40:48 2.87
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Filters.pm,v 2.86 2006/05/30 17:01:28 abw Exp $
+# $Id: Filters.pm,v 2.87 2007/02/09 18:40:48 abw Exp $
#
#============================================================================
@@ -1229,12 +1229,12 @@
=head1 VERSION
2.85, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.69 +4 -4 Template2/lib/Template/Iterator.pm
Index: Iterator.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Iterator.pm,v
retrieving revision 2.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- Iterator.pm 2006/05/30 15:53:11 2.68
+++ Iterator.pm 2007/02/09 18:40:48 2.69
@@ -39,7 +39,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Iterator.pm,v 2.68 2006/05/30 15:53:11 abw Exp $
+# $Id: Iterator.pm,v 2.69 2007/02/09 18:40:48 abw Exp $
#
#============================================================================
@@ -428,12 +428,12 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.53 +18 -47 Template2/lib/Template/Manual.pod
Index: Manual.pod
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Manual.pod,v
retrieving revision 2.52
retrieving revision 2.53
diff -u -r2.52 -r2.53
--- Manual.pod 2006/05/30 15:53:11 2.52
+++ Manual.pod 2007/02/09 18:40:48 2.53
@@ -3,15 +3,13 @@
# Template::Manual
#
# DESCRIPTION
-# This is the comprehensive user guide and reference manual for the
-# Template Toolkit.
+
#
# AUTHOR
# Andy Wardley <abw@wardley.org>
#
# COPYRIGHT
-# Copyright (C) 1996-2001 Andy Wardley. All Rights Reserved.
-# Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
+# Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
#
# This module is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
@@ -38,9 +36,8 @@
Template::Manual - User guide and reference manual for the Template Toolkit
=head1 DESCRIPTION
+
-This is the comprehensive user guide and reference manual for the
-Template Toolkit.
=over 4
@@ -48,99 +45,73 @@
Introduction to the Template Toolkit
-This section provides a general introduction to the Template Toolkit,
-giving a quick overview of features, examples of template directives
-and use of the Template.pm module. It also described the basic concept
-underlying the toolkit: the separation of presentation elements from
-application logic and data.
+
=item L<Template::Manual::Syntax|Template::Manual::Syntax>
Directive syntax, structure and semantics
+
-This section describes the syntax, structure and semantics of the
-Template Toolkit directives and general presentation language.
=item L<Template::Manual::Directives|Template::Manual::Directives>
Template directives
-This section provides a reference of all Template Toolkit directives,
-complete with examples of use.
+
=item L<Template::Manual::Variables|Template::Manual::Variables>
Template variables and code bindings
+
-This section describes the different ways in which Perl data can be
-bound to template variables and accessed via Template Toolkit
-directives.
=item L<Template::Manual::VMethods|Template::Manual::VMethods>
Virtual Methods
-The Template Toolkit provides virtual methods for manipulating variable
-values. Most of them are analogous to regular Perl functions of the
-same names. This section describes the different virtual methods that
-can be applied to scalar, list and hash values.
+
=item L<Template::Manual::Config|Template::Manual::Config>
Configuration options
+
-This section contains details of all the configuration options that can
-be used to customise the behaviour and extend the features of the
-Template Toolkit.
=item L<Template::Manual::Filters|Template::Manual::Filters>
Standard filters
-This section lists all the standard filters distributed with the
-Template Toolkit for post-processing output.
+
=item L<Template::Manual::Plugins|Template::Manual::Plugins>
Standard plugins
+
-This section lists the standard plugins which can be used to extend the
-runtime functionality of the Template Toolkit. The plugins are
-distributed with the Template Toolkit but may required additional
-modules from CPAN.
=item L<Template::Manual::Internals|Template::Manual::Internals>
Template Toolkit internals
-This document provides an overview of the internal architecture of the
-Template Toolkit. It is a work in progress and is far from complete,
-currently providing little more than an overview of how the major
-components fit together. Nevertheless, it's a good starting point for
-anyone wishing to delve into the source code to find out how it all
-works.
+
=item L<Template::Manual::Views|Template::Manual::Views>
Template Toolkit views (experimental)
+
-This section describes dynamic views: a powerful but experimental new
-feature in version 2.01 of the Template Toolkit.
=item L<Template::Manual::Refs|Template::Manual::Refs>
Related modules, projects and other resources
-This section provides references to external modules, projects and
-other resources related to the Template Toolkit.
+
=item L<Template::Manual::Credits|Template::Manual::Credits>
Author and contributor credits
+
-This section provides a brief history of the Template Toolkit and
-details the primary author and numerous other people who have
-contributed to it.
@@ -157,12 +128,12 @@
=head1 VERSION
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
+
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.54 +6 -9 Template2/lib/Template/Modules.pod
Index: Modules.pod
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Modules.pod,v
retrieving revision 2.53
retrieving revision 2.54
diff -u -r2.53 -r2.54
--- Modules.pod 2006/05/30 15:53:11 2.53
+++ Modules.pod 2007/02/09 18:40:48 2.54
@@ -3,15 +3,13 @@
# Template::Modules
#
# DESCRIPTION
-# This section contains the documentation for the modules that
-# comprise the Template Toolkit.
+
#
# AUTHOR
# Andy Wardley <abw@wardley.org>
#
# COPYRIGHT
-# Copyright (C) 1996-2001 Andy Wardley. All Rights Reserved.
-# Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
+# Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
#
# This module is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
@@ -38,9 +36,8 @@
Template::Modules - Core modules comprising the Template Toolkit
=head1 DESCRIPTION
+
-This section contains the documentation for the modules that comprise
-the Template Toolkit.
=over 4
@@ -299,12 +296,12 @@
=head1 VERSION
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
+
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.91 +4 -4 Template2/lib/Template/Parser.pm
Index: Parser.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Parser.pm,v
retrieving revision 2.90
retrieving revision 2.91
diff -u -r2.90 -r2.91
--- Parser.pm 2006/08/01 17:35:43 2.90
+++ Parser.pm 2007/02/09 18:40:48 2.91
@@ -30,7 +30,7 @@
# specified in the Perl README file.
#
# REVISION
-# $Id: Parser.pm,v 2.90 2006/08/01 17:35:43 abw Exp $
+# $Id: Parser.pm,v 2.91 2007/02/09 18:40:48 abw Exp $
#
#============================================================================
@@ -1468,14 +1468,14 @@
=head1 VERSION
2.89, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.71 +4 -4 Template2/lib/Template/Plugin.pm
Index: Plugin.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin.pm,v
retrieving revision 2.70
retrieving revision 2.71
diff -u -r2.70 -r2.71
--- Plugin.pm 2006/05/30 17:01:29 2.70
+++ Plugin.pm 2007/02/09 18:40:48 2.71
@@ -18,7 +18,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Plugin.pm,v 2.70 2006/05/30 17:01:29 abw Exp $
+# $Id: Plugin.pm,v 2.71 2007/02/09 18:40:48 abw Exp $
#
#============================================================================
@@ -381,12 +381,12 @@
=head1 VERSION
2.7, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.78 +4 -4 Template2/lib/Template/Plugins.pm
Index: Plugins.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugins.pm,v
retrieving revision 2.77
retrieving revision 2.78
diff -u -r2.77 -r2.78
--- Plugins.pm 2006/05/30 17:01:29 2.77
+++ Plugins.pm 2007/02/09 18:40:48 2.78
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Plugins.pm,v 2.77 2006/05/30 17:01:29 abw Exp $
+# $Id: Plugins.pm,v 2.78 2007/02/09 18:40:48 abw Exp $
#
#============================================================================
@@ -866,12 +866,12 @@
=head1 VERSION
2.77, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.93 +4 -4 Template2/lib/Template/Provider.pm
Index: Provider.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Provider.pm,v
retrieving revision 2.92
retrieving revision 2.93
diff -u -r2.92 -r2.93
--- Provider.pm 2006/08/01 17:35:43 2.92
+++ Provider.pm 2007/02/09 18:40:50 2.93
@@ -26,7 +26,7 @@
# * fold ABSOLUTE and RELATIVE test cases into one regex?
#
# REVISION
-# $Id: Provider.pm,v 2.92 2006/08/01 17:35:43 abw Exp $
+# $Id: Provider.pm,v 2.93 2007/02/09 18:40:50 abw Exp $
#
#============================================================================
@@ -1516,12 +1516,12 @@
=head1 VERSION
2.91, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.83 +4 -4 Template2/lib/Template/Service.pm
Index: Service.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Service.pm,v
retrieving revision 2.82
retrieving revision 2.83
diff -u -r2.82 -r2.83
--- Service.pm 2006/05/30 17:01:29 2.82
+++ Service.pm 2007/02/09 18:40:50 2.83
@@ -18,7 +18,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Service.pm,v 2.82 2006/05/30 17:01:29 abw Exp $
+# $Id: Service.pm,v 2.83 2007/02/09 18:40:50 abw Exp $
#
#============================================================================
@@ -747,12 +747,12 @@
=head1 VERSION
2.91, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.106 +4 -4 Template2/lib/Template/Stash.pm
Index: Stash.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Stash.pm,v
retrieving revision 2.105
retrieving revision 2.106
diff -u -r2.105 -r2.106
--- Stash.pm 2006/05/30 17:01:29 2.105
+++ Stash.pm 2007/02/09 18:40:50 2.106
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Stash.pm,v 2.105 2006/05/30 17:01:29 abw Exp $
+# $Id: Stash.pm,v 2.106 2007/02/09 18:40:50 abw Exp $
#
#============================================================================
@@ -795,12 +795,12 @@
=head1 VERSION
2.9, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.76 +4 -4 Template2/lib/Template/Test.pm
Index: Test.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Test.pm,v
retrieving revision 2.75
retrieving revision 2.76
diff -u -r2.75 -r2.76
--- Test.pm 2006/05/30 17:01:29 2.75
+++ Test.pm 2007/02/09 18:40:50 2.76
@@ -19,7 +19,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Test.pm,v 2.75 2006/05/30 17:01:29 abw Exp $
+# $Id: Test.pm,v 2.76 2007/02/09 18:40:50 abw Exp $
#
#============================================================================
@@ -683,12 +683,12 @@
=head1 VERSION
2.75, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.2 +4 -5 Template2/lib/Template/Toolkit.pod
Index: Toolkit.pod
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Toolkit.pod,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- Toolkit.pod 2007/02/09 16:13:50 2.1
+++ Toolkit.pod 2007/02/09 18:40:50 2.2
@@ -9,8 +9,7 @@
# Andy Wardley <abw@wardley.org>
#
# COPYRIGHT
-# Copyright (C) 1996-2001 Andy Wardley. All Rights Reserved.
-# Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
+# Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
#
# This module is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
@@ -101,12 +100,12 @@
=head1 VERSION
2.75, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.54 +8 -26 Template2/lib/Template/Tutorial.pod
Index: Tutorial.pod
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Tutorial.pod,v
retrieving revision 2.53
retrieving revision 2.54
diff -u -r2.53 -r2.54
--- Tutorial.pod 2006/05/30 15:53:12 2.53
+++ Tutorial.pod 2007/02/09 18:40:50 2.54
@@ -3,18 +3,13 @@
# Template::Tutorial
#
# DESCRIPTION
-# This section includes tutorials on using the Template Toolkit.
-# Subjects currently include an general overview of the Template
-# Toolkit, showing users how to get quickly up to speed building web
-# content, and a tutorial on generating and using data files, with
-# particular reference to XML.
+
#
# AUTHOR
# Andy Wardley <abw@wardley.org>
#
# COPYRIGHT
-# Copyright (C) 1996-2001 Andy Wardley. All Rights Reserved.
-# Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
+# Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
#
# This module is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
@@ -41,38 +36,25 @@
Template::Tutorial - Template Toolkit Tutorials
=head1 DESCRIPTION
+
-This section includes tutorials on using the Template Toolkit. Subjects
-currently include an general overview of the Template Toolkit, showing
-users how to get quickly up to speed building web content, and a
-tutorial on generating and using data files, with particular reference
-to XML.
=over 4
=item L<Template::Tutorial::Web|Template::Tutorial::Web>
Generating Web Content Using the Template Toolkit
+
-This tutorial provides an introduction to the Template Toolkit and a
-"quick start" guide to getting up to speed. Its primarily
-focus is on using the Template Toolkit to build web content and it
-covers 4 basic areas: using tpage and ttree; using the Template.pm
-module in CGI scripts; writing Apache/mod_perl handlers; and extending
-the toolkit by writing plugins.
=item L<Template::Tutorial::Datafile|Template::Tutorial::Datafile>
Creating Data Output Files Using the Template Toolkit
-This tutorial gives an overview of the Template Toolkit, showing in
-particular how to use it to read and write data files in various
-different formats and styles. It was written by Dave Cross and first
-appeared as a lead article at http://www.perl.com/ earlier in the year
-(2001).
+
=back
=head1 AUTHOR
@@ -86,12 +68,12 @@
=head1 VERSION
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
+
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.