mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-18 05:00:59 +01:00
added missing test include
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@107 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
@@ -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.
|
2.59 - fix rt.cpan.org#107108 by adding support for IncludeOptional.
|
||||||
- clarified documentation on StoreDelimiter.
|
- clarified documentation on StoreDelimiter.
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ use Carp::Heavy;
|
|||||||
use Carp;
|
use Carp;
|
||||||
use Exporter;
|
use Exporter;
|
||||||
|
|
||||||
$Config::General::VERSION = "2.59";
|
$Config::General::VERSION = "2.60";
|
||||||
|
|
||||||
use vars qw(@ISA @EXPORT_OK);
|
use vars qw(@ISA @EXPORT_OK);
|
||||||
use base qw(Exporter);
|
use base qw(Exporter);
|
||||||
@@ -2774,7 +2774,7 @@ Thomas Linden <tlinden |AT| cpan.org>
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
2.59
|
2.60
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|||||||
2
MANIFEST
2
MANIFEST
@@ -8,6 +8,8 @@ MANIFEST
|
|||||||
META.yml
|
META.yml
|
||||||
README
|
README
|
||||||
t/apache-include.conf
|
t/apache-include.conf
|
||||||
|
t/apache-include-opt.conf
|
||||||
|
t/notincluded.conf.not
|
||||||
t/cfg.16
|
t/cfg.16
|
||||||
t/cfg.16a
|
t/cfg.16a
|
||||||
t/cfg.17
|
t/cfg.17
|
||||||
|
|||||||
7
t/apache-include-opt.conf
Normal file
7
t/apache-include-opt.conf
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<bit two>
|
||||||
|
IncludeOptional t/included.conf
|
||||||
|
</bit>
|
||||||
|
<bit one>
|
||||||
|
nink ack
|
||||||
|
IncludeOptional t/notincluded.conf
|
||||||
|
</bit>
|
||||||
Reference in New Issue
Block a user