From: Karen Etheridge Date: Thu, 1 Aug 2019 23:43:25 +0000 (-0700) Subject: update list of backends and optional dependencies X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d440d65583c69d1e3daad677b9b8971fabd93612;p=p5sagit%2FConfig-Any.git update list of backends and optional dependencies --- 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