X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Makefile.PL;h=9114d74d8d8860d8636c05a11a090b32d39e6725;hp=632a286985f051ca81de8741ac027569b32d1450;hb=1d575a50c1fb4c1caef29b609720b0781a231344;hpb=a4e4979c583c502809526c72ec00215df17baa95 diff --git a/Makefile.PL b/Makefile.PL index 632a286..9114d74 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,9 +30,9 @@ my %META = ( 'Test::More' => 0, %PREREQ_PM, }, - dynamic_config => 0, + dynamic_config => 1, resources => { - bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", + bugtracker => "http://rt.cpan.org/Dist/Display.html?Name=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", @@ -48,10 +48,10 @@ WriteMakefile( PL_FILES => {}, @DEFINES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.010, + MIN_PERL_VERSION => '5.010', META_MERGE => \%META, dist => { - PREOP => 'pod2text Plugin.pod > $(DISTVNAME)/README', + PREOP => 'pod2text -u Plugin.pod > $(DISTVNAME)/README', COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {