use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'WWW::Page::Author', VERSION_FROM => 'lib/WWW/Page/Author.pm', PREREQ_PM => { 'Carp' => 0, 'Pod::Coverage' => 0.09, 'Email::Find' => 0.09, 'Module::Info' => 0.12, 'Test::More' => 0.41, 'constant' => 1.02, 'HTTP::Request::Common' => 1.19, 'LWP::UserAgent' => 2.001, 'Data::Dumper' => 2.102, 'URI::URL' => 5.02, 'Date::Manip' => 5.40, }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/WWW/Page/Author.pm', # retrieve abstract from module AUTHOR => 'Iain Truskett ') : ()), );