summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 2654f66c27ca98f60df7e2ce067218c5ce4e9423 (plain)
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,
  },
);