From: Ivan Kohler Date: Sun, 26 Jan 2014 01:08:46 +0000 (-0800) Subject: no Data::Dumper X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-VoIP_Innovations.git;a=commitdiff_plain;h=9efccfef9d747f4cae42efb9132adcfa2ca1c29e no Data::Dumper --- diff --git a/Makefile.PL b/Makefile.PL index 202d858..014dd6a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,6 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, - 'Data::Dumper' => 0, 'SOAP::Lite' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },