X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=4645acd10afe789e1273625d254d7d69f3246fc1;hb=ac607520e38835ccdbed15488b6cbd3eddcc6a20;hp=91055ce2809750e9a00424582da9adf918769970;hpb=30023d128d2cf9f2d3eb54e21b9d56779478caa3;p=poe-component-irc-plugin-infobot.git diff --git a/Makefile.PL b/Makefile.PL index 91055ce..4645acd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,18 +1,21 @@ use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'POE::Component::IRC::Plugin::Infobot', - VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Infobot.pm', - ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Infobot.pm', - AUTHOR => 'Marius Gavrilescu ', - LICENSE => 'perl', - MIN_PERL_VERSION => '5.14.0', - META_ADD => { - dynamic_config => 0, - }, - PREREQ_PM => { - POE::Component::IRC::Plugin => 0, - IRC::Utils => 0.12, - DB_File => 0. - }, + NAME => 'POE::Component::IRC::Plugin::Infobot', + VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Infobot.pm', + ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Infobot.pm', + AUTHOR => 'Marius Gavrilescu ', + LICENSE => 'perl', + MIN_PERL_VERSION => '5.14.0', + META_ADD => { + dynamic_config => 0, + }, + PREREQ_PM => { + POE::Component::IRC::Plugin => 0, + IRC::Utils => 0.12, + DB_File => 0. + }, + BUILD_REQUIRES => { + Test::MockObject => 0, + } );