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=0fbf1f2cfa8ebdad9b3c89e26215907743837b3e;hb=d440d65583c69d1e3daad677b9b8971fabd93612;hpb=47500363f126f3b2298f96c72dc08edd79d2f4e4 diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 0fbf1f2..0e0dbce 100644 --- a/lib/Config/Any.pm +++ b/lib/Config/Any.pm @@ -314,14 +314,38 @@ 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: + +=over 4 + +=item * + +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 * + +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