X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-hello.git;a=blobdiff_plain;f=Makefile.PL;h=1d60a25c58e37a31b4b166eb6e4c46b8a014bcb8;hp=13f75843f067bcf0c9795dbaff72fa5f2e4b5d28;hb=dab11d32a30c536dfc4bcf03710ba854d76c9299;hpb=28c9644158dd3410d243b2567f216c75cf7a6a1a diff --git a/Makefile.PL b/Makefile.PL index 13f7584..1d60a25 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,15 +6,22 @@ WriteMakefile( 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, + 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', + } + } );