X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=e7593bc1bf699df83e4c084ee0f4e5e38b9cba2c;hb=bb0e678043b356499d78475dc3825d9c9c2d192d;hp=ee097e2f9b74dbe05406ec787e797a1f005d0789;hpb=61f64dfa5fa4f435e6cd854d22e4325ef1eb0068;p=perl%2Fmodules%2FLexical-Types.git diff --git a/Makefile.PL b/Makefile.PL index ee097e2..e7593bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,12 +4,7 @@ use strict; use warnings; use ExtUtils::MakeMaker; -BEGIN { - local $@; - eval { require Config }; - die 'OS unsupported' if $@; - Config->import(qw<%Config>); -} +use Config; my @DEFINES; my %macro; @@ -60,9 +55,11 @@ my %PREREQ_PM = ( my %META = ( configure_requires => { + 'Config' => 0, 'ExtUtils::MakeMaker' => 0, }, build_requires => { + 'Config' => 0, 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, 'constant' => 0, @@ -89,7 +86,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.008003, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {