Update Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Jun 2014 20:33:53 +0000 (23:33 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Jun 2014 20:33:53 +0000 (23:33 +0300)
Makefile.PL

index 13f75843f067bcf0c9795dbaff72fa5f2e4b5d28..1d60a25c58e37a31b4b166eb6e4c46b8a014bcb8 100644 (file)
@@ -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 <marius@ieval.ro>',
-       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',
+               }
+       }
 );
This page took 0.010474 seconds and 4 git commands to generate.