From: Steve Peters Date: Fri, 26 May 2006 13:38:16 +0000 (+0000) Subject: Stop a warning generated from thread's Makefile.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9b2e0c2e0fc66d047eefc879e3a32296c8da006;p=p5sagit%2Fp5-mst-13.2.git Stop a warning generated from thread's Makefile.PL p4raw-id: //depot/perl@28310 --- diff --git a/ext/threads/Makefile.PL b/ext/threads/Makefile.PL index cec0662..c10f046 100755 --- a/ext/threads/Makefile.PL +++ b/ext/threads/Makefile.PL @@ -72,7 +72,6 @@ WriteMakefile( 'threads.pm' => '$(INST_LIBDIR)/threads.pm', }, 'PREREQ_PM' => { - 'threads::shared' => 0, 'XSLoader' => 0, }, 'INSTALLDIRS' => 'perl',