summaryrefslogtreecommitdiff
path: root/ext/Socket/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Socket/Makefile.PL')
-rw-r--r--ext/Socket/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Makefile.PL b/ext/Socket/Makefile.PL
index f4850a0175..acf167e057 100644
--- a/ext/Socket/Makefile.PL
+++ b/ext/Socket/Makefile.PL
@@ -1,6 +1,6 @@
use ExtUtils::MakeMaker;
WriteMakefile(
- VERSION => 1.5,
+ VERSION_FROM => 'Socket.pm',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
);