use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'APKPM', VERSION_FROM => 'lib/APKPM.pm', # finds $VERSION PREREQ_PM => { 'Gearman::Driver' => 0, 'Data::Dump' => 0, 'Net::Ping' => 0, 'Mojolicious' => 0.9003, 'DBD::Pg' => 0, 'Regexp::Common' => 0, 'Redis' => 0, 'SOAP::Lite' => 0, }, AUTHOR => 'Dobrica Pavlinusic ', # ABSTRACT_FROM => 'lib/APKPM.pm', );