X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=7a86a9faed47a1443842b45fe70a8b322ffacf45;hb=709051e4ab31d69cbe4a6b0310e1addb2e1b89ea;hp=80c47ebccf8292cb07ae94aa33f91be651b52b65;hpb=c171b044b9552d60649a4aa6430aff9528937a39;p=perl-cwmp.git diff --git a/Makefile.PL b/Makefile.PL index 80c47eb..7a86a9f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,6 @@ use inc::Module::Install; name 'CWMP'; version '0.14'; license 'GPL'; -requires 'Net::Server::Fork'; -requires 'HTTP::Daemon'; requires 'XML::Rules'; requires 'XML::Generator'; requires 'Data::Dump'; @@ -34,7 +32,7 @@ features( ], 'CWMP::Store::JSON' => [ -default => 1, - 'JSON::XS', + 'JSON::XS' => 2.0, ], 'Command-line access to modems (tcli.pl)' => [ -default => 1,