X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=ca47ba1f9ab11467251ec32be3ac6dfc1d0d5745;hb=HEAD;hp=d9ab6a05b65ea94cef1cba211bd16855a4f810b2;hpb=f46dd377015ec2bea19d88d0c38c6f850029d4a0;p=pod-constants.git diff --git a/Makefile.PL b/Makefile.PL index d9ab6a0..ca47ba1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,20 @@ use ExtUtils::MakeMaker; WriteMakefile( - 'NAME' => 'Pod::Constants', - 'VERSION_FROM' => "Constants.pm", - 'PREREQ_PM' => { Pod::Parser => 1.13, - Test::Simple => 0.18, - }, - ABSTRACT_FROM => 'Constants.pm', - AUTHOR => 'Sam Vilain ', + NAME => 'Pod::Constants', + VERSION_FROM => 'lib/Pod/Constants.pm', + ABSTRACT_FROM => 'lib/Pod/Constants.pm', + AUTHOR => ['Sam Vilain ', 'Marius Gavrilescu '], + MIN_PERL_VERSION => '5.6.2', + LICENSE => 'artistic_2', + SIGN => 1, + PREREQ_PM => { + qw/Pod::Parser 1.13/, + }, + META_ADD => { + dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=pod-constants.git', + }, + } );