use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'Net::Digg', VERSION_FROM => 'lib/Net/Digg.pm', # finds \$VERSION AUTHOR => 'A. U. Thor (a.u.thor@a.galaxy.far.far.away)', ABSTRACT => 'Module abstract (<= 44 characters) goes here', PREREQ_PM => { 'Test::Simple' => 0.44, }, );