X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=1d60a25c58e37a31b4b166eb6e4c46b8a014bcb8;hb=a3ee1c39ae471ebb490dbca1740164b92479928b;hp=19cc1185483f8692624cc41cfb4ed5668fa3f5d1;hpb=29280d6c20a4abbb4a2f2efc421e21c88b3cb9ca;p=poe-component-irc-plugin-hello.git diff --git a/Makefile.PL b/Makefile.PL index 19cc118..1d60a25 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,19 +2,26 @@ use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'POE::Component::IRC::Plugin::Hello', - VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Hello.pm', + NAME => 'POE::Component::IRC::Plugin::Hello', + VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Hello.pm', ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Hello.pm', AUTHOR => 'Marius Gavrilescu ', - MIN_PERL_VERSION => 5.014000, + MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', SIGN => 1, - PREREQ_PM => { - 'List::Util' => 0, - 'IRC::Utils' => 0, - 'POE::Component::IRC::Plugin' => 0, + PREREQ_PM => { + qw/List::Util 0 + + IRC::Utils 0 + POE::Component::IRC::Plugin 0/, }, BUILD_REQUIRES => { - 'Test::MockObject' => 1.09, + qw/Test::MockObject 1.09/, }, + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=poe-component-irc-plugin-hello.git', + } + } );