summaryrefslogtreecommitdiff
path: root/ext/IO
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2002-04-21 22:43:42 -0400
committerAbhijit Menon-Sen <ams@wiw.org>2002-04-22 15:59:55 +0000
commit737dd4b4d2e109bc83837a4af229026f4f148848 (patch)
treeaea9c5a435e3c4f052f2376d5bbca97a8272280a /ext/IO
parent7c3f84d7409a0db75cf6ef3e2e449ebbc10774c9 (diff)
downloadperl-737dd4b4d2e109bc83837a4af229026f4f148848.tar.gz
{PATCH docs] sockatmark
Message-Id: <20020422064342.24646.qmail@plover.com> p4raw-id: //depot/perl@16079
Diffstat (limited to 'ext/IO')
-rw-r--r--ext/IO/lib/IO/Socket.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm
index 2b4c9d7998..a37454b497 100644
--- a/ext/IO/lib/IO/Socket.pm
+++ b/ext/IO/lib/IO/Socket.pm
@@ -416,7 +416,8 @@ The atmark() functionality is also exportable as sockatmark() function:
use IO::Socket 'sockatmark';
This allows for a more traditional use of sockatmark() as a procedural
-socket function.
+socket function. If your system does not support sockatmark(), the
+C<use> declaration will fail at compile time.
=item connected