This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Quickier thread-specific data on OS/2
[perl5.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 => {}
+       );
+