diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-13 01:00:12 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:12 +0200 |
commit | 241ded5b5b1900bd86c10000b041df773cd5862d (patch) | |
tree | deb75a615c8c623a48e1ca5dd6c9bf147ce02e15 /network/perl-IO-Socket-INET6/README | |
parent | 8275e9fd3d506e9863e8315e1421de1ef1d9d490 (diff) | |
download | slackbuilds-241ded5b5b1900bd86c10000b041df773cd5862d.tar.gz |
network/perl-IO-Socket-INET6: Added to 13.0 repository
Diffstat (limited to 'network/perl-IO-Socket-INET6/README')
-rw-r--r-- | network/perl-IO-Socket-INET6/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/perl-IO-Socket-INET6/README b/network/perl-IO-Socket-INET6/README new file mode 100644 index 0000000000..606b8e33d9 --- /dev/null +++ b/network/perl-IO-Socket-INET6/README @@ -0,0 +1,7 @@ +IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets + +IO::Socket::INET6 provides an object interface to creating and using sockets +in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket +interface and inherits all the methods defined by IO::Socket. + +This requires perl-Socket6. |