insist on 0.71
[Net-Prizm.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::Prizm',
6     'ABSTRACT_FROM' => 'lib/Net/Prizm.pm',
7     'AUTHOR'        => 'Jeff Finucane <jeff-net-prizm@weasellips.com>',
8     'VERSION_FROM'  => 'lib/Net/Prizm.pm', # finds $VERSION
9     'PREREQ_PM'     => { SOAP::Lite => 0.71 },
10 );