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