about summary refs log tree commit
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-11-20 13:30:52 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-11-20 13:30:52 +0000
commit2a65863a5cc0c42497e8da41e6d77fb770891057 (patch)
tree6b8c00eee720921e1085c9ce1a2aed3f25c0745e /Makefile.PL
parentc2fe21c50ceb473ceb80f1343948d9a172aec59d (diff)
downloadperl-libnet-2a65863a5cc0c42497e8da41e6d77fb770891057.tar.gz
Increased minimum required Socket version from 1.3 to 2.016
This turned out to be the cause of the remaining problem on CPAN RT#100020,
but only on machines having IO::Socket::IP (and even then that worked fine
on my machine, so it is probably OS dependent).

Don't restate the minimum required version everywhere that Socket is used.
It seems like overkill (and maintenance hassle) in a world where various
CPAN shells do a good job of installing required versions of prerequisite
modules, and it already wasn't done for IO::Socket (which also has a minimum
required version).
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 215f566..81e8ed8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -188,7 +188,7 @@ MAIN: {
             'IO::Select'     => '0',
             'IO::Socket'     => '1.05',
             'POSIX'          => '0',
-            'Socket'         => '1.3',
+            'Socket'         => '2.016',
             'Symbol'         => '0',
             'Time::Local'    => '0',
             'constant'       => '0',