initial version appears to be hooked up and working against dev sandbox
[Net-VoIP_Innovations.git] / Makefile.PL
index 74049bb..202d858 100644 (file)
@@ -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-*' },