X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads-shared%2FMakefile.PL;h=05c738397f4e6e78e2e89b1c35ec081e05081496;hb=63790022394e4278430e337fa8d8576711061741;hp=2626ad65254b9c5f4e96e2b580e92f4e8736f85c;hpb=3831a7876983b591d0421b0d72b1865c6adac0c1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads-shared/Makefile.PL b/ext/threads-shared/Makefile.PL index 2626ad6..05c7383 100755 --- a/ext/threads-shared/Makefile.PL +++ b/ext/threads-shared/Makefile.PL @@ -46,11 +46,7 @@ sub have_cc # Build options for different environments my @conditional_params; -if (grep { $_ eq 'PERL_CORE=1' } @ARGV) { - # Core - push(@conditional_params, 'MAN3PODS' => {}); - -} else { +if (not grep { $_ eq 'PERL_CORE=1' } @ARGV) { # CPAN # Verify that a 'C' compiler is available @@ -66,7 +62,7 @@ if (grep { $_ eq 'PERL_CORE=1' } @ARGV) { 'Carp' => 0, 'XSLoader' => 0, 'Scalar::Util' => 0, - 'threads' => 1.71, + 'threads' => 1.73, 'Test' => 0, 'Test::More' => 0,