From: Marius Gavrilescu Date: Sat, 29 Mar 2014 22:51:46 +0000 (+0200) Subject: Update Makefile.PL X-Git-Tag: 0.001001~4 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-seen.git;a=commitdiff_plain;h=affd1512d60fd3f85fee831b2201278827541dcc Update Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index d7c296e..8321128 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,18 +1,26 @@ +use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'POE::Component::IRC::Plugin::Seen', - VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Seen.pm', - ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Seen.pm', - AUTHOR => 'Marius Gavrilescu ', - LICENSE => 'perl', - MIN_PERL_VERSION => 5.014000, - PREREQ_PM => { - DB_File => 0, - POE::Component::IRC::Plugin => 0, - IRC::Utils => 0.05, - }, - BUILD_REQUIRES => { - Test::MockObject => 0, - } + NAME => 'POE::Component::IRC::Plugin::Seen', + VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Seen.pm', + ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Seen.pm', + AUTHOR => 'Marius Gavrilescu ', + MIN_PERL_VERSION => 5.014000, + LICENSE => 'perl', + SIGN => 1, + BUILD_REQUIRES => { + qw/Test::MockObject 0/, + }, + PREREQ_PM => { + qw/DB_File 0 + POE::Component::IRC::Plugin 0 + IRC::Utils 0.05/, + }, + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=poe-component-irc-plugin-seen.git', + } + } );