Given that IO::Socket is documented as exporting all of Socket's
authorNicholas Clark <nick@ccl4.org>
Sat, 24 Dec 2005 14:09:56 +0000 (14:09 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 24 Dec 2005 14:09:56 +0000 (14:09 +0000)
commite67426a489d5f4a242c5edc688e24e7e32e60c26
treef3606398b1bd00b48b5f08cbcb8ff57f6fab462a
parent57d7c65eded7a5f963c5ce38ee196978a06e35df
Given that IO::Socket is documented as exporting all of Socket's
exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
use both. (And re-exporting removes some of the efficiency of the new
constants implementation)

p4raw-id: //depot/perl@26481
ext/IO/lib/IO/Socket/INET.pm
ext/IO/lib/IO/Socket/UNIX.pm