summaryrefslogtreecommitdiff
path: root/ext/Thread/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Thread/Makefile.PL')
-rw-r--r--ext/Thread/Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Thread/Makefile.PL b/ext/Thread/Makefile.PL
index e67fbb7e26..fc09e7fa43 100644
--- a/ext/Thread/Makefile.PL
+++ b/ext/Thread/Makefile.PL
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Thread',
- VERSION_FROM => 'Thread.pm',
- MAN3PODS => {}
+ VERSION => '2.00',
+ MAN3PODS => {}
);