The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
IO-Stream-Proxy-HTTPS version 1.0.5

This module is plugin for IO::Stream which allow you to route stream
through HTTPS (also called CONNECT) proxy.

You may use several IO::Stream::Proxy::HTTPS plugins for single IO::Stream
object, effectively creating proxy chain (first proxy plugin will define
last proxy in a chain).


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


DEPENDENCIES

IO::Stream


COPYRIGHT AND LICENCE

Copyright (C) 2008,2009 Alex Efros

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