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 bed0db4..e67fbb7 100644 (file)
@@ -1,6 +1,7 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
        NAME => 'Thread',
-       VERSION_FROM => 'Thread.pm'
+       VERSION_FROM => 'Thread.pm',
+    MAN3PODS => {}
        );