]> 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 4c5cb7c2d604e45420a80fa7a7211b3360f73d4b..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",
@@ -39,20 +39,20 @@ my %META = (
 );
 
 WriteMakefile(
   NAME             => $name,
   AUTHOR           => 'Vincent Pit <perl@profvince.com>',
   LICENSE          => 'perl',
   VERSION_FROM     => $file,
   ABSTRACT_FROM    => $file,
   PL_FILES         => {},
   PREREQ_PM        => \%PREREQ_PM,
   MIN_PERL_VERSION => 5.008,
   META_MERGE       => \%META,
   dist             => {
-        PREOP      => "pod2text $file > \$(DISTVNAME)/README",
-        COMPRESS   => 'gzip -9f', SUFFIX => 'gz'
   },
   clean            => {
-        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
   },
+ NAME             => $name,
+ AUTHOR           => 'Vincent Pit <perl@profvince.com>',
+ LICENSE          => 'perl',
+ VERSION_FROM     => $file,
+ ABSTRACT_FROM    => $file,
+ PL_FILES         => {},
+ PREREQ_PM        => \%PREREQ_PM,
MIN_PERL_VERSION => '5.008',
+ META_MERGE       => \%META,
+ dist             => {
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
+  COMPRESS => 'gzip -9f', SUFFIX => 'gz'
+ },
+ clean            => {
+  FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
+ },
 );