]> git.vpit.fr Git - perl/modules/Perl-Critic-Policy-Dynamic-NoIndirect.git/blobdiff - Makefile.PL
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Perl-Critic-Policy-Dynamic-NoIndirect.git] / Makefile.PL
index 7a42cb71dcab446bfcf4d087db51e083ea29ecbf..c1121f98f0c5cf1a92aeef3e06ff1ce40fc6632f 100644 (file)
@@ -16,7 +16,7 @@ my %PREREQ_PM = (
  'Perl::Critic::Utils'         => 0,
  'Perl::Critic::DynamicPolicy' => 0,
  'base'                        => 0,
- 'indirect'                    => '0.16',
+ 'indirect'                    => '0.25',
 );
 
 my %META = (
@@ -31,7 +31,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",
@@ -46,10 +46,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            => {