diff options
Diffstat (limited to 'perl/perl-IO-Socket-Socks/slack-desc')
-rw-r--r-- | perl/perl-IO-Socket-Socks/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-IO-Socket-Socks/slack-desc b/perl/perl-IO-Socket-Socks/slack-desc new file mode 100644 index 0000000000000..aea0442afdd12 --- /dev/null +++ b/perl/perl-IO-Socket-Socks/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-IO-Socket-Socks: perl-IO-Socket-Socks (Provides a way to create socks client/server) +perl-IO-Socket-Socks: +perl-IO-Socket-Socks: IO::Socket::Socks connects to a SOCKS proxy, and tells it to open a +perl-IO-Socket-Socks: connection to a remote host/port when the object is created. The +perl-IO-Socket-Socks: object you receive can be used directly as a socket (with IO::Socket +perl-IO-Socket-Socks: interface) for sending and receiving data from the remote host. In +perl-IO-Socket-Socks: addition to creating a socks client this module can also be used to +perl-IO-Socket-Socks: create socks server. +perl-IO-Socket-Socks: +perl-IO-Socket-Socks: Homepage: https://metacpan.org/pod/IO::Socket::Socks +perl-IO-Socket-Socks: |