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
use strict;
our(@ISA, $VERSION);
use IO::Socket;
-use Socket;
use Carp;
use Exporter;
use Errno;
@ISA = qw(IO::Socket);
-$VERSION = "1.29_01";
+$VERSION = "1.29_02";
my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
use strict;
our(@ISA, $VERSION);
use IO::Socket;
-use Socket;
use Carp;
@ISA = qw(IO::Socket);
-$VERSION = "1.22";
+$VERSION = "1.22_01";
$VERSION = eval $VERSION;
IO::Socket::UNIX->register_domain( AF_UNIX );