use ExtUtils::MakeMaker; my $VERSION = '2.0'; my $ABSTRACT = "Module for simply interacting with SOAP webservices"; WriteMakefile( 'NAME' => 'SOAP::XML::Client', 'ABSTRACT' => $ABSTRACT, 'AUTHOR' => 'Leo Lapworth', 'VERSION' => $VERSION, # finds $VERSION 'PREREQ_PM' => { 'SOAP::Lite' => 0.67, 'SOAP::Data::Builder' => 0.8, 'XML::LibXML' => 0.6, 'Test::More' => 0.6, 'File::Slurp' => 0.1, 'Class::Accessor::Fast' => 0.19, }, );