]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blobdiff - Makefile.PL
Put each POD sentence on its own line
[perl/modules/Regexp-Wildcards.git] / Makefile.PL
index be69e590b3afc39f56aebcb78b1a754cf440f30f..e6fdc937e91dbd72703cbfee5f9db1b021695465 100644 (file)
@@ -11,6 +11,7 @@ $file = "lib/$file.pm";
 
 my %PREREQ_PM = (
  'Carp'           => 0,
+ 'Scalar::Util'   => 0,
  'Text::Balanced' => 0,
 );
 
@@ -25,7 +26,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",
@@ -40,10 +41,10 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.006,
+ MIN_PERL_VERSION => '5.006',
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {