From fa386e9f2d9ab3bd03f23c0262bca8bf5dd1468f Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Mon, 13 Jul 2020 15:42:14 -0600 Subject: [PATCH] Bump version for 3.009 release --- Changes | 4 ++++ HACKING | 2 +- INSTALL | 16 ++++++++-------- README.md | 6 ++++-- lib/Template.pm | 4 ++-- lib/Template/Base.pm | 2 +- lib/Template/Config.pm | 2 +- lib/Template/Constants.pm | 2 +- lib/Template/Context.pm | 2 +- lib/Template/Directive.pm | 2 +- lib/Template/Document.pm | 2 +- lib/Template/Exception.pm | 2 +- lib/Template/Filters.pm | 2 +- lib/Template/Grammar.pm | 2 +- lib/Template/Iterator.pm | 2 +- lib/Template/Map.pm | 2 +- lib/Template/Namespace/Constants.pm | 2 +- lib/Template/Parser.pm | 2 +- lib/Template/Plugin.pm | 2 +- lib/Template/Plugin/Assert.pm | 2 +- lib/Template/Plugin/CGI.pm | 2 +- lib/Template/Plugin/Datafile.pm | 2 +- lib/Template/Plugin/Date.pm | 2 +- lib/Template/Plugin/Directory.pm | 2 +- lib/Template/Plugin/Dumper.pm | 2 +- lib/Template/Plugin/File.pm | 2 +- lib/Template/Plugin/Filter.pm | 2 +- lib/Template/Plugin/Format.pm | 2 +- lib/Template/Plugin/HTML.pm | 2 +- lib/Template/Plugin/Image.pm | 2 +- lib/Template/Plugin/Iterator.pm | 2 +- lib/Template/Plugin/List.pm | 2 +- lib/Template/Plugin/Math.pm | 2 +- lib/Template/Plugin/Pod.pm | 2 +- lib/Template/Plugin/Procedural.pm | 2 +- lib/Template/Plugin/Scalar.pm | 2 +- lib/Template/Plugin/String.pm | 2 +- lib/Template/Plugin/Table.pm | 2 +- lib/Template/Plugin/URL.pm | 2 +- lib/Template/Plugin/View.pm | 2 +- lib/Template/Plugin/Wrap.pm | 2 +- lib/Template/Plugins.pm | 2 +- lib/Template/Provider.pm | 2 +- lib/Template/Service.pm | 2 +- lib/Template/Stash.pm | 2 +- lib/Template/Stash/Context.pm | 4 ++-- lib/Template/Test.pm | 2 +- lib/Template/Toolkit.pm | 2 +- lib/Template/VMethods.pm | 2 +- lib/Template/View.pm | 2 +- parser/Grammar.pm.skel | 2 +- 51 files changed, 66 insertions(+), 60 deletions(-) diff --git a/Changes b/Changes index c9241cf55..cfcdf13c7 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,10 @@ # #======================================================================== +#----------------------------------------------------------------------- +# Version 3.009 - 13th July 2020 +#------------------------------------------------------------------------ + * Revert "Allow SET to have FILTER used in it" #----------------------------------------------------------------------- diff --git a/HACKING b/HACKING index c2cfd6d57..11fbad438 100644 --- a/HACKING +++ b/HACKING @@ -1,7 +1,7 @@ Template Toolkit - Version 3.008 + Version 3.009 January 2020 diff --git a/INSTALL b/INSTALL index db287667a..a255b9e21 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Template Toolkit - Version 3.008 + Version 3.009 January 2020 @@ -30,8 +30,8 @@ Available from CPAN in: To install the Template Toolkit from the command line: - $ tar zxf Template-Toolkit-3.008.tar.gz - $ cd Template-Toolkit-3.008 + $ tar zxf Template-Toolkit-3.009.tar.gz + $ cd Template-Toolkit-3.009 $ perl Makefile.PL $ make $ make test @@ -85,19 +85,19 @@ The Template Toolkit is distributed as a gzipped tar archive file: Template-Toolkit-.tar.gz -where represents the current version number, e.g. 3.008. +where represents the current version number, e.g. 3.009. To install the Template Toolkit, unpack the distribution archive to create an installation directory. Something like this: - $ tar zxf Template-Toolkit-3.008.tar.gz + $ tar zxf Template-Toolkit-3.009.tar.gz or - $ gunzip Template-Toolkit-3.008.tar.gz - $ tar xf Template-Toolkit-3.008.tar + $ gunzip Template-Toolkit-3.009.tar.gz + $ tar xf Template-Toolkit-3.009.tar You can then 'cd' into the directory created, - $ cd Template-Toolkit-3.008 + $ cd Template-Toolkit-3.009 and perform the usual Perl installation procedure: diff --git a/README.md b/README.md index 60dd36264..fc06dc911 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Template Toolkit - Version 3.008 + Version 3.009 - January 2020 + July 2020 Copyright (C) 1996-2020 Andy Wardley. All Rights Reserved @@ -45,6 +45,8 @@ other offline document systems. WHAT'S NEW? ----------- +Version 3.009 revert "Allow SET to have FILTER used in it" + Version 3.008 fixes some testing issue with CGI and taint issues. Version 3.007 fixes a cpanm issue. diff --git a/lib/Template.pm b/lib/Template.pm index d5c4452a3..fabc64378 100644 --- a/lib/Template.pm +++ b/lib/Template.pm @@ -32,7 +32,7 @@ use File::Basename; use File::Path; use Scalar::Util qw(blessed); -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $ERROR = ''; our $DEBUG = 0; our $BINMODE = 0 unless defined $BINMODE; @@ -915,7 +915,7 @@ Andy Wardley Eabw@wardley.orgE L =head1 VERSION -Template Toolkit version 3.008, released on 30 March 2020. +Template Toolkit version 3.009, released on July 13 2020. =head1 COPYRIGHT diff --git a/lib/Template/Base.pm b/lib/Template/Base.pm index 0e81b3486..17b3b684c 100644 --- a/lib/Template/Base.pm +++ b/lib/Template/Base.pm @@ -23,7 +23,7 @@ use strict; use warnings; use Template::Constants; -our $VERSION = '3.008'; +our $VERSION = '3.009'; #------------------------------------------------------------------------ diff --git a/lib/Template/Config.pm b/lib/Template/Config.pm index 341e0be19..65fb8ad18 100644 --- a/lib/Template/Config.pm +++ b/lib/Template/Config.pm @@ -22,7 +22,7 @@ use strict; use warnings; use base 'Template::Base'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG; $DEBUG = 0 unless defined $DEBUG; diff --git a/lib/Template/Constants.pm b/lib/Template/Constants.pm index 540452071..5e5fcd329 100644 --- a/lib/Template/Constants.pm +++ b/lib/Template/Constants.pm @@ -28,7 +28,7 @@ use base qw( Exporter ); our ( @EXPORT_OK, %EXPORT_TAGS ); our ( $DEBUG_OPTIONS, @STATUS, @ERROR, @CHOMP, @DEBUG, @ISA ); -our $VERSION = '3.008'; +our $VERSION = '3.009'; #======================================================================== # ----- EXPORTER ----- diff --git a/lib/Template/Context.pm b/lib/Template/Context.pm index cb54c54ff..387f5def2 100644 --- a/lib/Template/Context.pm +++ b/lib/Template/Context.pm @@ -35,7 +35,7 @@ use constant EXCEPTION => 'Template::Exception'; use constant BADGER_EXCEPTION => 'Badger::Exception'; use constant MSWin32 => $^O eq 'MSWin32'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $DEBUG_FORMAT = "\n## \$file line \$line : [% \$text %] ##\n"; our $VIEW_CLASS = 'Template::View'; diff --git a/lib/Template/Directive.pm b/lib/Template/Directive.pm index 800b9e638..eaf9c8910 100644 --- a/lib/Template/Directive.pm +++ b/lib/Template/Directive.pm @@ -32,7 +32,7 @@ use base 'Template::Base'; use Template::Constants; use Template::Exception; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $WHILE_MAX = 1000 unless defined $WHILE_MAX; our $PRETTY = 0 unless defined $PRETTY; diff --git a/lib/Template/Document.pm b/lib/Template/Document.pm index 43f9d9a75..997e601e7 100644 --- a/lib/Template/Document.pm +++ b/lib/Template/Document.pm @@ -26,7 +26,7 @@ use warnings; use base 'Template::Base'; use Template::Constants; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $ERROR = ''; our ($COMPERR, $AUTOLOAD, $UNICODE); diff --git a/lib/Template/Exception.pm b/lib/Template/Exception.pm index 01efe2be5..c28a1f506 100644 --- a/lib/Template/Exception.pm +++ b/lib/Template/Exception.pm @@ -26,7 +26,7 @@ use constant INFO => 1; use constant TEXT => 2; use overload q|""| => "as_string", fallback => 1; -our $VERSION = '3.008'; +our $VERSION = '3.009'; #------------------------------------------------------------------------ diff --git a/lib/Template/Filters.pm b/lib/Template/Filters.pm index c3d93f28b..22b3584b0 100644 --- a/lib/Template/Filters.pm +++ b/lib/Template/Filters.pm @@ -26,7 +26,7 @@ use base 'Template::Base'; use Template::Constants; use Scalar::Util 'blessed'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $AVAILABLE = { }; our $TRUNCATE_LENGTH = 32; our $TRUNCATE_ADDON = '...'; diff --git a/lib/Template/Grammar.pm b/lib/Template/Grammar.pm index 7e79ab2b7..55d633e9b 100644 --- a/lib/Template/Grammar.pm +++ b/lib/Template/Grammar.pm @@ -30,7 +30,7 @@ package Template::Grammar; use strict; use warnings; -our $VERSION = '3.008'; +our $VERSION = '3.009'; my (@RESERVED, %CMPOP, $LEXTABLE, $RULES, $STATES); my ($factory, $rawstart); diff --git a/lib/Template/Iterator.pm b/lib/Template/Iterator.pm index f0338649e..fa2d37a2e 100644 --- a/lib/Template/Iterator.pm +++ b/lib/Template/Iterator.pm @@ -31,7 +31,7 @@ use Scalar::Util qw(blessed); use constant ODD => 'odd'; use constant EVEN => 'even'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $AUTOLOAD; diff --git a/lib/Template/Map.pm b/lib/Template/Map.pm index 1a51d6f58..8cbc6cad3 100644 --- a/lib/Template/Map.pm +++ b/lib/Template/Map.pm @@ -28,7 +28,7 @@ use strict; use warnings; use base 'Template::Base'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $MAP = { HASH => 'hash', diff --git a/lib/Template/Namespace/Constants.pm b/lib/Template/Namespace/Constants.pm index 353995c6a..7b15e04c0 100644 --- a/lib/Template/Namespace/Constants.pm +++ b/lib/Template/Namespace/Constants.pm @@ -26,7 +26,7 @@ use Template::Config; use Template::Directive; use Template::Exception; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; diff --git a/lib/Template/Parser.pm b/lib/Template/Parser.pm index 433843b73..38351b7ff 100644 --- a/lib/Template/Parser.pm +++ b/lib/Template/Parser.pm @@ -46,7 +46,7 @@ use constant ACCEPT => 1; use constant ERROR => 2; use constant ABORT => 3; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $ERROR = ''; diff --git a/lib/Template/Plugin.pm b/lib/Template/Plugin.pm index 49085f68a..644fc5100 100644 --- a/lib/Template/Plugin.pm +++ b/lib/Template/Plugin.pm @@ -24,7 +24,7 @@ use strict; use warnings; use base 'Template::Base'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $ERROR = ''; our $AUTOLOAD; diff --git a/lib/Template/Plugin/Assert.pm b/lib/Template/Plugin/Assert.pm index 0410d1139..001678f39 100644 --- a/lib/Template/Plugin/Assert.pm +++ b/lib/Template/Plugin/Assert.pm @@ -23,7 +23,7 @@ use strict; use warnings; use Template::Exception; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $MONAD = 'Template::Monad::Assert'; our $EXCEPTION = 'Template::Exception'; our $AUTOLOAD; diff --git a/lib/Template/Plugin/CGI.pm b/lib/Template/Plugin/CGI.pm index d38ca568d..ae526c69c 100644 --- a/lib/Template/Plugin/CGI.pm +++ b/lib/Template/Plugin/CGI.pm @@ -23,7 +23,7 @@ use warnings; use base 'Template::Plugin'; use CGI; -our $VERSION = '3.008'; +our $VERSION = '3.009'; sub new { my $class = shift; diff --git a/lib/Template/Plugin/Datafile.pm b/lib/Template/Plugin/Datafile.pm index 231d1b4fa..32a0a241f 100644 --- a/lib/Template/Plugin/Datafile.pm +++ b/lib/Template/Plugin/Datafile.pm @@ -23,7 +23,7 @@ use strict; use warnings; use base 'Template::Plugin'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; sub new { my ($class, $context, $filename, $params) = @_; diff --git a/lib/Template/Plugin/Date.pm b/lib/Template/Plugin/Date.pm index 6c8c77e3e..8b574a9b2 100644 --- a/lib/Template/Plugin/Date.pm +++ b/lib/Template/Plugin/Date.pm @@ -30,7 +30,7 @@ use Config (); use constant HAS_SETLOCALE => $Config::Config{d_setlocale}; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $FORMAT = '%H:%M:%S %d-%b-%Y'; # default strftime() format our @LOCALE_SUFFIX = qw( .ISO8859-1 .ISO_8859-15 .US-ASCII .UTF-8 ); diff --git a/lib/Template/Plugin/Directory.pm b/lib/Template/Plugin/Directory.pm index 2ebbf9d37..a893624f3 100644 --- a/lib/Template/Plugin/Directory.pm +++ b/lib/Template/Plugin/Directory.pm @@ -26,7 +26,7 @@ use File::Spec; use Template::Plugin::File; use base 'Template::Plugin::File'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; #------------------------------------------------------------------------ diff --git a/lib/Template/Plugin/Dumper.pm b/lib/Template/Plugin/Dumper.pm index 3bc184159..afcfaeee2 100644 --- a/lib/Template/Plugin/Dumper.pm +++ b/lib/Template/Plugin/Dumper.pm @@ -24,7 +24,7 @@ use warnings; use base 'Template::Plugin'; use Data::Dumper; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our @DUMPER_ARGS = qw( Indent Pad Varname Purity Useqq Terse Freezer Toaster Deepcopy Quotekeys Bless Maxdepth Sortkeys ); diff --git a/lib/Template/Plugin/File.pm b/lib/Template/Plugin/File.pm index 4fb7ef800..56e6cf898 100644 --- a/lib/Template/Plugin/File.pm +++ b/lib/Template/Plugin/File.pm @@ -28,7 +28,7 @@ use File::Spec; use File::Basename; use base 'Template::Plugin'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our @STAT_KEYS = qw( dev ino mode nlink uid gid rdev size atime mtime ctime blksize blocks ); diff --git a/lib/Template/Plugin/Filter.pm b/lib/Template/Plugin/Filter.pm index cd3553080..45e436710 100644 --- a/lib/Template/Plugin/Filter.pm +++ b/lib/Template/Plugin/Filter.pm @@ -26,7 +26,7 @@ use base 'Template::Plugin'; use Scalar::Util 'weaken', 'isweak'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DYNAMIC = 0 unless defined $DYNAMIC; diff --git a/lib/Template/Plugin/Format.pm b/lib/Template/Plugin/Format.pm index 128cadc1a..bae289232 100644 --- a/lib/Template/Plugin/Format.pm +++ b/lib/Template/Plugin/Format.pm @@ -23,7 +23,7 @@ use strict; use warnings; use base 'Template::Plugin'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; sub new { diff --git a/lib/Template/Plugin/HTML.pm b/lib/Template/Plugin/HTML.pm index 4b7967256..75e7c4d8c 100644 --- a/lib/Template/Plugin/HTML.pm +++ b/lib/Template/Plugin/HTML.pm @@ -23,7 +23,7 @@ use strict; use warnings; use base 'Template::Plugin'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; sub new { my ($class, $context, @args) = @_; diff --git a/lib/Template/Plugin/Image.pm b/lib/Template/Plugin/Image.pm index 6363ec17f..7b1eeee4b 100644 --- a/lib/Template/Plugin/Image.pm +++ b/lib/Template/Plugin/Image.pm @@ -22,7 +22,7 @@ use base 'Template::Plugin'; use Template::Exception; use File::Spec; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $AUTOLOAD; BEGIN { diff --git a/lib/Template/Plugin/Iterator.pm b/lib/Template/Plugin/Iterator.pm index 9161813e7..435ea45ff 100644 --- a/lib/Template/Plugin/Iterator.pm +++ b/lib/Template/Plugin/Iterator.pm @@ -25,7 +25,7 @@ use warnings; use base 'Template::Plugin'; use Template::Iterator; -our $VERSION = '3.008'; +our $VERSION = '3.009'; #------------------------------------------------------------------------ # new($context, \@data, \%args) diff --git a/lib/Template/Plugin/List.pm b/lib/Template/Plugin/List.pm index 5de83cf28..cb372c6e0 100644 --- a/lib/Template/Plugin/List.pm +++ b/lib/Template/Plugin/List.pm @@ -26,7 +26,7 @@ use Template::Exception; use overload q|""| => "text", fallback => 1; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $ERROR = ''; diff --git a/lib/Template/Plugin/Math.pm b/lib/Template/Plugin/Math.pm index 427493c26..2ea8ebf3e 100644 --- a/lib/Template/Plugin/Math.pm +++ b/lib/Template/Plugin/Math.pm @@ -22,7 +22,7 @@ use strict; use warnings; use base 'Template::Plugin'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $AUTOLOAD; diff --git a/lib/Template/Plugin/Pod.pm b/lib/Template/Plugin/Pod.pm index c743204c5..5b59eeb67 100644 --- a/lib/Template/Plugin/Pod.pm +++ b/lib/Template/Plugin/Pod.pm @@ -24,7 +24,7 @@ use base 'Template::Plugin'; use Pod::POM; -our $VERSION = '3.008'; +our $VERSION = '3.009'; #------------------------------------------------------------------------ # new($context, \%config) diff --git a/lib/Template/Plugin/Procedural.pm b/lib/Template/Plugin/Procedural.pm index 035724440..3ea42336f 100644 --- a/lib/Template/Plugin/Procedural.pm +++ b/lib/Template/Plugin/Procedural.pm @@ -22,7 +22,7 @@ use strict; use warnings; use base 'Template::Plugin'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $AUTOLOAD; diff --git a/lib/Template/Plugin/Scalar.pm b/lib/Template/Plugin/Scalar.pm index 9ece9b6f4..ba6851ce7 100644 --- a/lib/Template/Plugin/Scalar.pm +++ b/lib/Template/Plugin/Scalar.pm @@ -24,7 +24,7 @@ use warnings; use Template::Exception; use Scalar::Util qw(); -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $MONAD = 'Template::Monad::Scalar'; our $EXCEPTION = 'Template::Exception'; our $AUTOLOAD; diff --git a/lib/Template/Plugin/String.pm b/lib/Template/Plugin/String.pm index 65c25a15a..de67ee421 100644 --- a/lib/Template/Plugin/String.pm +++ b/lib/Template/Plugin/String.pm @@ -26,7 +26,7 @@ use Template::Exception; use overload q|""| => "text", fallback => 1; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $ERROR = ''; *centre = \*center; diff --git a/lib/Template/Plugin/Table.pm b/lib/Template/Plugin/Table.pm index 88d2a17ea..1ab7c07ac 100644 --- a/lib/Template/Plugin/Table.pm +++ b/lib/Template/Plugin/Table.pm @@ -24,7 +24,7 @@ use warnings; use base 'Template::Plugin'; use Scalar::Util 'blessed'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $AUTOLOAD; diff --git a/lib/Template/Plugin/URL.pm b/lib/Template/Plugin/URL.pm index d0229c7e8..1cffc8017 100644 --- a/lib/Template/Plugin/URL.pm +++ b/lib/Template/Plugin/URL.pm @@ -23,7 +23,7 @@ use strict; use warnings; use base 'Template::Plugin'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $JOINT = '&'; diff --git a/lib/Template/Plugin/View.pm b/lib/Template/Plugin/View.pm index 386da2d7e..0a564f57a 100644 --- a/lib/Template/Plugin/View.pm +++ b/lib/Template/Plugin/View.pm @@ -23,7 +23,7 @@ use strict; use warnings; use base 'Template::Plugin'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; use Template::View; diff --git a/lib/Template/Plugin/Wrap.pm b/lib/Template/Plugin/Wrap.pm index 1074eae0b..54685e74b 100644 --- a/lib/Template/Plugin/Wrap.pm +++ b/lib/Template/Plugin/Wrap.pm @@ -23,7 +23,7 @@ use warnings; use base 'Template::Plugin'; use Text::Wrap; -our $VERSION = '3.008'; +our $VERSION = '3.009'; sub new { my ($class, $context, $format) = @_;; diff --git a/lib/Template/Plugins.pm b/lib/Template/Plugins.pm index 0c58d509b..f9d11c63d 100644 --- a/lib/Template/Plugins.pm +++ b/lib/Template/Plugins.pm @@ -28,7 +28,7 @@ use warnings; use base 'Template::Base'; use Template::Constants; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $PLUGIN_BASE = 'Template::Plugin'; our $STD_PLUGINS = { diff --git a/lib/Template/Provider.pm b/lib/Template/Provider.pm index 86de22abd..5af8a8a21 100644 --- a/lib/Template/Provider.pm +++ b/lib/Template/Provider.pm @@ -55,7 +55,7 @@ use constant NEXT => 4; # link to next item in cache linked list use constant STAT => 5; # Time last stat()ed use constant MSWin32 => $^O eq 'MSWin32'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $ERROR = ''; diff --git a/lib/Template/Service.pm b/lib/Template/Service.pm index 8771cec41..35983bb1d 100644 --- a/lib/Template/Service.pm +++ b/lib/Template/Service.pm @@ -30,7 +30,7 @@ use Scalar::Util 'blessed'; use constant EXCEPTION => 'Template::Exception'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $ERROR = ''; diff --git a/lib/Template/Stash.pm b/lib/Template/Stash.pm index 637f7c8e7..a37aa0cea 100644 --- a/lib/Template/Stash.pm +++ b/lib/Template/Stash.pm @@ -25,7 +25,7 @@ use Template::VMethods; use Template::Exception; use Scalar::Util qw( blessed reftype ); -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $PRIVATE = qr/^[_.]/; our $UNDEF_TYPE = 'var.undef'; diff --git a/lib/Template/Stash/Context.pm b/lib/Template/Stash/Context.pm index 335cbec47..c489bfaaf 100644 --- a/lib/Template/Stash/Context.pm +++ b/lib/Template/Stash/Context.pm @@ -71,7 +71,7 @@ use strict; use warnings; use base 'Template::Stash'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; @@ -748,7 +748,7 @@ L =head1 VERSION 1.63, distributed as part of the -Template Toolkit version 3.008, released on 30 March 2020. +Template Toolkit version 3.009, released on 30 March 2020. =head1 COPYRIGHT diff --git a/lib/Template/Test.pm b/lib/Template/Test.pm index efa59e9fc..6e8920af6 100644 --- a/lib/Template/Test.pm +++ b/lib/Template/Test.pm @@ -28,7 +28,7 @@ use Exporter; use constant MSWin32 => $^O eq 'MSWin32'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0; our @ISA = qw( Exporter ); our @EXPORT = qw( ntests ok is match flush skip_all test_expect callsign banner ); diff --git a/lib/Template/Toolkit.pm b/lib/Template/Toolkit.pm index 93f9f3b3a..2f1daa9be 100644 --- a/lib/Template/Toolkit.pm +++ b/lib/Template/Toolkit.pm @@ -18,7 +18,7 @@ package Template::Toolkit; -our $VERSION = '3.008'; +our $VERSION = '3.009'; 1; diff --git a/lib/Template/VMethods.pm b/lib/Template/VMethods.pm index 5efbc3e70..a329a14bb 100644 --- a/lib/Template/VMethods.pm +++ b/lib/Template/VMethods.pm @@ -27,7 +27,7 @@ use Scalar::Util qw( blessed looks_like_number ); use Template::Filters; require Template::Stash; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our $PRIVATE = $Template::Stash::PRIVATE; diff --git a/lib/Template/View.pm b/lib/Template/View.pm index 0d6abba65..bef5672e2 100644 --- a/lib/Template/View.pm +++ b/lib/Template/View.pm @@ -29,7 +29,7 @@ use strict; use warnings; use base 'Template::Base'; -our $VERSION = '3.008'; +our $VERSION = '3.009'; our $DEBUG = 0 unless defined $DEBUG; our @BASEARGS = qw( context ); our $AUTOLOAD; diff --git a/parser/Grammar.pm.skel b/parser/Grammar.pm.skel index 420aeab37..cbce1650e 100644 --- a/parser/Grammar.pm.skel +++ b/parser/Grammar.pm.skel @@ -30,7 +30,7 @@ package Template::Grammar; use strict; use warnings; -our $VERSION = '3.008'; +our $VERSION = '3.009'; my (@RESERVED, %CMPOP, $LEXTABLE, $RULES, $STATES); my ($factory, $rawstart);