Fix typos in IO::Socket documentation
authorM.J.T. Guy <mjtg@cus.cam.ac.uk>
Tue, 18 Mar 1997 20:50:16 +0000 (20:50 +0000)
committerChip Salzenberg <chip@atlantic.net>
Sat, 8 Mar 1997 23:57:19 +0000 (11:57 +1200)
commit2085bf88a27913de51e04715bdb1274c404bd589
tree14ade3ac9c71f9af21d2b4a606939f8b95341982
parent1b33cabaaf2fbe2e84c6a13a9b0a7fce45959c4f
Fix typos in IO::Socket documentation

At line 156, IO::Socket::configure reads

    croak "IO::Socket: Cannot configure socket in domain '$domain'"
        unless ref($fh) eq "IO::Socket";

Doesn't this mean that IO::Socket fails the 'empty subclass' test?
Should the condition be replaced with 'isa' or something?

And the following patch mends a few minor typos in the pod.

p5p-msgid: E0w75po-0003yh-00@taurus.cus.cam.ac.uk
ext/IO/lib/IO/Socket.pm