use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'WebService::TagTheNet', VERSION_FROM => 'lib/WebService/TagTheNet.pm', # finds \$VERSION AUTHOR => 'M. Blom (blom@cpan.org)', ABSTRACT => 'Module abstract (<= 44 characters) goes here', PREREQ_PM => { 'Test::Simple' => 0.44, 'LWP::UserAgent' => 0, 'XML::XPath' => 0, }, );