Fix build deps
[poe-component-irc-plugin-infobot.git] / Makefile.PL
CommitLineData
30023d12
MG
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'POE::Component::IRC::Plugin::Infobot',
5 VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
6 ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
7 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
8 LICENSE => 'perl',
9 MIN_PERL_VERSION => '5.14.0',
10 META_ADD => {
11 dynamic_config => 0,
12 },
13 PREREQ_PM => {
14 POE::Component::IRC::Plugin => 0,
15 IRC::Utils => 0.12,
16 DB_File => 0.
17 },
7c90eb0b
MG
18 BUILD_REQUIRES => {
19 Test::MockObject => 0,
20 }
30023d12 21);
This page took 0.009704 seconds and 4 git commands to generate.