]> git.vpit.fr Git - perl/modules/Sub-Prototype-Util.git/blobdiff - Makefile.PL
POD tweak
[perl/modules/Sub-Prototype-Util.git] / Makefile.PL
index dc8d222cf8bca5af3d5461524567a8673d82d17b..1a99ec1ff30c769fb10aba8cf8e3cc4a06598a33 100644 (file)
@@ -29,7 +29,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",
@@ -44,7 +44,7 @@ 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 -u $file > \$(DISTVNAME)/README",