[#17040] Storable now handles self-tied scalars with NULL mg_obj.
[p5sagit/p5-mst-13.2.git] / ext / Thread / Makefile.PL
index d699091..a636362 100644 (file)
@@ -1,2 +1,7 @@
 use ExtUtils::MakeMaker;
-WriteMakefile(NAME => "Thread");
+WriteMakefile(
+       NAME => 'Thread',
+       VERSION_FROM => '../../lib/Thread.pm',
+       MAN3PODS => {},
+);
+