debugging cruft removal
[Net-Soma.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'          => 'Net::Soma',
6     'ABSTRACT_FROM' => 'Soma.pm',
7     'AUTHOR'        => 'Jeff Finucane <jeff-net-soma@weasellips.com>',
8     'VERSION_FROM'  => 'Soma.pm', # finds $VERSION
9     'PREREQ_PM'     => { SOAP::Lite => 0.71 },
10 );