Gonéri LE BOUDER > Net-Libproxy-0.01 > Net::Libproxy

Download:
Net-Libproxy-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source   Latest Release: Net-Libproxy-0.03

NAME ^

Net::Libproxy - Perl binding for libproxy ( http://code.google.com/p/libproxy/ )

SYNOPSIS ^

  use Net::Libproxy;

  $p = new Net::Libproxy;
  $proxies = $p->getProxy('http://code.google.com/p/libproxy/');

DESCRIPTION ^

libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API.

EXPORT

proxy_factory_new, proxy_factory_get_proxies, new and getProxy are exported.

SEE ALSO ^

Libproxy homepage: http://code.google.com/p/libproxy/

AUTHOR ^

Goneri Le Bouder, <goneri@rulezlan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2009 by Goneri Le Bouder

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.