summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/Thread/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/ext/Thread/Makefile.PL')
-rw-r--r--contrib/perl5/ext/Thread/Makefile.PL7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/perl5/ext/Thread/Makefile.PL b/contrib/perl5/ext/Thread/Makefile.PL
new file mode 100644
index 0000000..e252d4e
--- /dev/null
+++ b/contrib/perl5/ext/Thread/Makefile.PL
@@ -0,0 +1,7 @@
+use ExtUtils::MakeMaker;
+WriteMakefile(
+ NAME => 'Thread',
+ VERSION_FROM => 'Thread.pm',
+ MAN3PODS => ' '
+ );
+
OpenPOWER on IntegriCloud