display gearman server used
[MojoX-Gearman.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         => 'MojoX::Gearman',
6         VERSION_FROM => 'lib/MojoX/Gearman.pm', # finds $VERSION
7         PREREQ_PM    => {
8                 'Test::Simple' => 0.44,
9                 'Mojolicious'  => 0.9003,
10         },
11         AUTHOR       => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
12         ABSTRACT_FROM => 'lib/MojoX/Gearman.pm',
13 );
14