The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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,
  },
);