summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-25 16:53:20 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-25 16:53:20 -0800
commit920293158ad908105cf20f047794a30ca39a64f3 (patch)
tree2b23e5f81a384c43b6872dc64b20cebccfe5b15a /Makefile.PL
parent1d339ad33855e8df8c1f466b494acbfd0e0907da (diff)
initial version appears to be hooked up and working against dev sandbox
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 74049bb..202d858 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,9 +10,8 @@ WriteMakefile(
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
- 'XML::Simple' => 0,
- 'XML::Writer' => 0,
- 'Net::HTTPS::Any' => 0.10
+ 'Data::Dumper' => 0,
+ 'SOAP::Lite' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Net-VoIP_Innovations-*' },