Fixing a Perl_my_dirfd() related test failure.
[p5sagit/p5-mst-13.2.git] / ext / Thread / Makefile.PL
index e252d4e..a636362 100644 (file)
@@ -1,7 +1,7 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
        NAME => 'Thread',
-       VERSION_FROM => 'Thread.pm',
-    MAN3PODS => ' '
-       );
+       VERSION_FROM => '../../lib/Thread.pm',
+       MAN3PODS => {},
+);