Config::JSON stopped providing a BUILDARGS method, so we can't "around" it. subclass new() the old fashioned way and bump the Config::JSON version dep so we know we're getting the non-Moose one.
This commit is contained in:
parent
f4aacb9098
commit
55aead887b
2 changed files with 5 additions and 6 deletions
|
|
@ -111,7 +111,7 @@ checkModule("XML::FeedPP::MediaRSS", 0.02 );
|
|||
checkModule("JSON", 2.12 );
|
||||
checkModule("JSON::Any", 1.22 );
|
||||
checkModule("JSON::PP", 0.00 );
|
||||
checkModule("Config::JSON", "1.3.1" );
|
||||
checkModule("Config::JSON", 1.5100 );
|
||||
checkModule("Text::CSV_XS", "0.64" );
|
||||
checkModule("Net::CIDR::Lite", 0.20 );
|
||||
checkModule("Finance::Quote", 1.15 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue