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