LWP-Protocol-http-SocksChain10 version 1.2
====================================

	LWP::Protocol::http::SocksChain10 enables you to speak HTTP through
	SocksChain ( Net::SC ). To use it you need to overwrite the implementor
	class of the LWP 'http' scheme. All 'http' URIs will now be interpreted
	as local sockets by LWP.

	The interface of LWP::Protocol::http::SocksChain10 is similar to
	LWP::Protocol::http10.

INSTALLATION

	To install this module type the following:

	   perl Makefile.PL
	   make
	   make test
	   make install

DEPENDENCIES

	This module requires these other modules and libraries:

		 LWP

		 Net::SC

COPYRIGHT AND LICENSE

	Copyright (C) 2005 by Igor V. Okunev

	All rights reserved. This library is free software; you can redistribute
	it and/or modify it under the same terms as Perl itself.


