File: socks4.pm

package info (click to toggle)
liblwp-protocol-socks-perl 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 140; makefile: 2
file content (6 lines) | stat: -r--r--r-- 73 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
package URI::socks4;
require URI::socks;

our @ISA = qw(URI::socks);

1;