Merge branch 'devel' of h1dev:/srv/APKPM/
[APKPM.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5         NAME         => 'APKPM',
6         VERSION_FROM => 'lib/APKPM.pm', # finds $VERSION
7         PREREQ_PM    => {
8                 'Gearman::Driver' => 0,
9                 'Data::Dump' => 0,
10                 'Net::Ping' => 0,
11                 'Mojolicious'  => 0.9003,
12                 'DBD::Pg' => 0,
13                 'Regexp::Common' => 0,
14                 'Redis' => 0,
15                 'SOAP::Lite' => 0,
16         },
17         AUTHOR       => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
18 #       ABSTRACT_FROM => 'lib/APKPM.pm',
19 );
20