fae2dac59d0489e02bdeca2d3cd4799a8d0fb0b8
[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                 'Mojolicious'  => 0.9003,
11         },
12         AUTHOR       => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
13 #       ABSTRACT_FROM => 'lib/APKPM.pm',
14 );
15