1 2 3 4 5 6 7 8 9 10 11 12 13 14
use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Net::DashCS', AUTHOR => 'Jeff Finucane <dashcs@weasellips.com>', VERSION_FROM => 'lib/Net/DashCS.pm', ABSTRACT_FROM => 'lib/Net/DashCS.pm', PREREQ_PM => { 'SOAP::WSDL' => 2, 'SOAP::Lite' => 0.71, }, );