X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=Makefile.PL;h=80c47ebccf8292cb07ae94aa33f91be651b52b65;hp=874bd87f4227b984fda67b89ea0549b8b4d7c696;hb=c171b044b9552d60649a4aa6430aff9528937a39;hpb=dbb1d2080b012bccb392cb4bd51731f407a7b043 diff --git a/Makefile.PL b/Makefile.PL index 874bd87..80c47eb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,28 +30,28 @@ build_requires 'Test::More'; features( 'CWMP::Store::YAML' => [ -default => 1, - recommends('YAML::Syck' => 0.91), + 'YAML::Syck' => 0.91, ], 'CWMP::Store::JSON' => [ -default => 1, - recommends('JSON::XS'), + 'JSON::XS', ], 'Command-line access to modems (tcli.pl)' => [ -default => 1, - recommends('Expect'), - recommends('Net::Telnet'), + 'Expect', + 'Net::Telnet', ], 'HTML documentation (make html)' => [ -default => 0, - recommends('Pod::Xhtml'), + 'Pod::Xhtml', ], 'Pod coverage tests (for developers)' => [ -default => 0, - recommends('Test::Pod::Coverage'), + 'Test::Pod::Coverage', ], # 'Memory leak detection (for developers)' => [ # -default => 0, -# recommends('Devel::LeakTrace::Fast' => 0.11), +# 'Devel::LeakTrace::Fast' => 0.11, # ], );