use CPAN::MakeMaker; WriteMakefile( 'NAME' => 'WebService::weblogUpdates', ($[ >= 5.005) ? (AUTHOR => 'Aaron Straup Cope (cpan@aaronland.net)', ABSTRACT => 'methods supported by the Userland weblogUpdates framework') : (), 'VERSION_FROM' => 'lib/WebService/weblogUpdates.pm', 'PREREQ_PM' => { "Test::More" => '0.41', Carp => 0, }, );