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=844af1b93a0476cc2a3746003b92ad8269701e16;hb=d440d65583c69d1e3daad677b9b8971fabd93612;hpb=fcfdc024cf1d514b70a03e954d553f6cef3983fb diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 844af1b..0e0dbce 100644 --- a/lib/Config/Any.pm +++ b/lib/Config/Any.pm @@ -6,7 +6,7 @@ use warnings; use Carp; use Module::Pluggable::Object (); -our $VERSION = '0.31'; +our $VERSION = '0.32'; =head1 NAME @@ -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