From: Graham Knop Date: Fri, 2 Aug 2019 09:17:48 +0000 (-0400) Subject: Merge pull request #1 from karenetheridge/ether/improve-docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=d9a466706bcc8fb9cfc94e95a7a4f270b4e7f384;hp=261a39ae5457df36fc8c34b35f59c26ca57a81f3 Merge pull request #1 from karenetheridge/ether/improve-docs improve docs --- diff --git a/.travis.yml b/.travis.yml index 7c6169c..4dc5153 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ perl: - "5.22" - "5.24" - "5.26" + - "5.28" + - "5.30" - "dev" - "blead" sudo: false diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 91a63bd..0e0dbce 100644 --- a/lib/Config/Any.pm +++ b/lib/Config/Any.pm @@ -314,22 +314,40 @@ Config::Any requires no configuration files or environment variables. L -And at least one of the following: -L -L -L -L -L -L -L +And at least one of the following for each file type to be supported: -=head1 INCOMPATIBILITIES +=over 4 -None reported. +=item * -=head1 BUGS AND LIMITATIONS +For C<.cnf>, C<.conf> files: L + +=item * + +For C<.ini> files: L + +=item * + +For C<.json>, C<.jsn> files: L, L, L, L, L, L, L + +=item * + +For C<.pl>, C<.perl> files: no additional requirements + +=item * -No bugs have been reported. +For C<.xml> files: L + +=item * + +For C<.yml>, C<.yaml> files: L, L, L + +=back + +Additionally, other file types are supported by third-party plugins in the C +namespace, installed separately. + +=head1 BUGS AND LIMITATIONS Please report any bugs or feature requests to C, or through the web interface at