File: README

package info (click to toggle)
libio-socket-socks-perl 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 220 kB
  • ctags: 124
  • sloc: perl: 1,659; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
IO::Socket::Socks v0.1

This module seeks to provide a full implementation of the SOCKS5 protocol
while behaving like a regular socket as much as possible.

Ryan Eatmon
reatmon@mail.com


INSTALLATION

  perl Makefile.PL
  make
  make install

STATUS

    Initial release so that I can use it some other projects.  Should be
fairly stable if you stay within my test cases.  =)

Please send any bug reports to reatmon@mail.com.
2003/07/15