syntax errors in Thread::* (from Tom Christiansen)
[p5sagit/p5-mst-13.2.git] / ext / Thread / Makefile.PL
index bed0db4..e67fbb7 100644 (file)
@@ -1,6 +1,7 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
        NAME => 'Thread',
-       VERSION_FROM => 'Thread.pm'
+       VERSION_FROM => 'Thread.pm',
+    MAN3PODS => {}
        );