]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - Makefile.PL
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/rgit.git] / Makefile.PL
index 8eec1e27463f77b32b976f47908e0c0c929f2933..d84e49ca15e8af5e5dbc357b408407c75697e321 100644 (file)
@@ -38,7 +38,7 @@ my %META = (
  },
  dynamic_config => 0,
  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",
@@ -54,10 +54,10 @@ WriteMakefile(
  PL_FILES         => { },
  EXE_FILES        => [ 'bin/rgit' ],
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008,
+ MIN_PERL_VERSION => '5.008',
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => 'pod2text bin/rgit > $(DISTVNAME)/README',
+  PREOP    => 'pod2text -u bin/rgit > $(DISTVNAME)/README',
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {