summaryrefslogtreecommitdiff
path: root/ext/IO/lib/IO/Socket.pm
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2001-09-24 13:29:03 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-25 17:20:38 +0000
commite3407aba2c52ce8e302b2dc706d0837bc82c537f (patch)
tree5ccb82ae580e805db2d049e3222233eec0804574 /ext/IO/lib/IO/Socket.pm
parentfcfd4d79aacf88b6c1a70618d4cb5c1133827db7 (diff)
downloadperl-e3407aba2c52ce8e302b2dc706d0837bc82c537f.tar.gz
warning on v-string in use/require
Message-ID: <3BAFA59F.9C0E0339@rowman.com> p4raw-id: //depot/perl@12205
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;