From: Graham Knop Date: Sun, 23 Apr 2017 21:20:33 +0000 (+0200) Subject: properly document JSON modules used X-Git-Tag: v0.32~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=d60679ba40498138c7dd83aa5a735e76ffdc3714;hp=3f84b216a3751c35b67258ec527fd88d30433202 properly document JSON modules used --- diff --git a/lib/Config/Any/JSON.pm b/lib/Config/Any/JSON.pm index 659ff2c..17055f3 100644 --- a/lib/Config/Any/JSON.pm +++ b/lib/Config/Any/JSON.pm @@ -87,12 +87,21 @@ sub load { =head2 requires_any_of( ) -Specifies that this modules requires one of, L, L, -L or L in order to work. +Specifies that this modules requires one of, L, +L, L, L, L, L or +L in order to work. =cut -sub requires_any_of { 'JSON::DWIW', 'JSON::XS', 'JSON::Syck', 'JSON::PP', 'JSON' } +sub requires_any_of { qw( + Cpanel::JSON::XS + JSON::MaybeXS + JSON::DWIW + JSON::XS + JSON::Syck + JSON::PP + JSON +) } =head1 AUTHOR