summaryrefslogtreecommitdiff
path: root/ext/IO/lib/IO/Socket.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IO/lib/IO/Socket.pm')
-rw-r--r--ext/IO/lib/IO/Socket.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm
index afe8b27596..b62e7b39dd 100644
--- a/ext/IO/lib/IO/Socket.pm
+++ b/ext/IO/lib/IO/Socket.pm
@@ -6,7 +6,7 @@
package IO::Socket;
-require v5.6;
+require 5.006;
use IO::Handle;
use Socket 1.3;