From 1875861621fbd82d114ebb970e00cd83ff7b2d2b Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 23 Oct 2015 06:57:23 +0000 Subject: [PATCH] added missing test include git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@107 be1acefe-a474-0410-9a34-9b3221f2030f --- Changelog | 2 ++ General.pm | 4 ++-- MANIFEST | 2 ++ t/apache-include-opt.conf | 7 +++++++ 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 t/apache-include-opt.conf diff --git a/Changelog b/Changelog index 7622ef9..6736a47 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2.60 - fix rt.cpan.org#107929: added missing test config. + 2.59 - fix rt.cpan.org#107108 by adding support for IncludeOptional. - clarified documentation on StoreDelimiter. diff --git a/General.pm b/General.pm index 269a3eb..240743a 100644 --- a/General.pm +++ b/General.pm @@ -32,7 +32,7 @@ use Carp::Heavy; use Carp; use Exporter; -$Config::General::VERSION = "2.59"; +$Config::General::VERSION = "2.60"; use vars qw(@ISA @EXPORT_OK); use base qw(Exporter); @@ -2774,7 +2774,7 @@ Thomas Linden =head1 VERSION -2.59 +2.60 =cut diff --git a/MANIFEST b/MANIFEST index 4fecaff..280ff95 100644 --- a/MANIFEST +++ b/MANIFEST @@ -8,6 +8,8 @@ MANIFEST META.yml README t/apache-include.conf +t/apache-include-opt.conf +t/notincluded.conf.not t/cfg.16 t/cfg.16a t/cfg.17 diff --git a/t/apache-include-opt.conf b/t/apache-include-opt.conf new file mode 100644 index 0000000..2cc4000 --- /dev/null +++ b/t/apache-include-opt.conf @@ -0,0 +1,7 @@ + + IncludeOptional t/included.conf + + + nink ack + IncludeOptional t/notincluded.conf +