From dab11d32a30c536dfc4bcf03710ba854d76c9299 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 7 Jun 2014 23:33:53 +0300 Subject: [PATCH] Update Makefile.PL --- Makefile.PL | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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', + } + } ); -- 2.30.2