X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=lib%2FConfig%2FAny.pm;h=0e0dbce5789aaf2b83efae2d41d4151f9a65d9ef;hp=91a63bd42f357006a2d20692781537ef28473d70;hb=HEAD;hpb=a55e177a90238748748e60c158845ca414da5368 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