X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=32672e2f0e847018938443d5768abad7820e9be0;hb=fc0e88658ce28841996a591681b9068174b314bb;hp=4c5cb7c2d604e45420a80fa7a7211b3360f73d4b;hpb=f6877383464023bb867cba25dbefae7a2c9f690b;p=perl%2Fmodules%2FPerl-Critic-Policy-Dynamic-NoIndirect.git diff --git a/Makefile.PL b/Makefile.PL index 4c5cb7c..32672e2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ my %PREREQ_PM = ( 'Perl::Critic::Utils' => 0, 'Perl::Critic::DynamicPolicy' => 0, 'base' => 0, - 'indirect' => '0.16', + 'indirect' => '0.20', ); my %META = ( @@ -39,20 +39,20 @@ my %META = ( ); WriteMakefile( - NAME => $name, - AUTHOR => 'Vincent Pit ', - 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 ', + 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" + }, );