From 816672146578e431cb606071f1ac0be2afd5399f Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 31 Mar 2010 16:23:40 +0000 Subject: initial import --- Makefile.PL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..2654f66 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,14 @@ +use strict; +use warnings; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Net::DashCS', + AUTHOR => 'Jeff Finucane ', + VERSION_FROM => 'lib/Net/DashCS.pm', + ABSTRACT_FROM => 'lib/Net/DashCS.pm', + PREREQ_PM => { + 'SOAP::WSDL' => 2, + 'SOAP::Lite' => 0.71, + }, +); -- cgit v1.2.1