From: Dobrica Pavlinusic Date: Sat, 6 Mar 2010 23:43:30 +0000 (+0000) Subject: remove dependencies of old server implementation X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=commitdiff_plain;h=705003f464bb3ed2cac9f1f6d618f5c4e02f2d39 remove dependencies of old server implementation git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@253 836a5e1a-633d-0410-964b-294494ad4392 --- diff --git a/Makefile.PL b/Makefile.PL index 7306e39..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';