diff options
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
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', }, |