X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=blobdiff_plain;f=Makefile.PL;h=62e322c7836abe2e9c409498cebfcf8cb1bd2f95;hp=3b6555dfa6761cc152e2bfc22c8c6614e22b5bc9;hb=HEAD;hpb=a06ccb7ce8fe59a3a03ab3efdfae85291370fa27 diff --git a/Makefile.PL b/Makefile.PL index 3b6555d..62e322c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,11 +6,11 @@ BEGIN { eval { require Config }; die 'OS unsupported' if $@; Config->import(qw/%Config/); -} - +} + my %sigs; @sigs{split ' ', $Config{sig_name}} = (); - + for (qw/USR1 USR2/) { print "Checking if you have SIG$_... "; unless (exists $sigs{$_}) { @@ -52,7 +52,7 @@ my %META = ( }, 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", @@ -67,10 +67,10 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008, + MIN_PERL_VERSION => '5.008', META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => {