diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2002-04-21 22:43:42 -0400 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-04-22 15:59:55 +0000 |
commit | 737dd4b4d2e109bc83837a4af229026f4f148848 (patch) | |
tree | aea9c5a435e3c4f052f2376d5bbca97a8272280a /ext/IO | |
parent | 7c3f84d7409a0db75cf6ef3e2e449ebbc10774c9 (diff) | |
download | perl-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.pm | 3 |
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 |