Apache-HTTunnel

 view release on metacpan or  search on metacpan

Client/Makefile.PL  view on Meta::CPAN

	sudo killall -9 httunnel

MAKEFILE
	}

	return $make ;
}


if (! $Apache::HTTunnel::Makefile){
	my $url = prompt("Please enter the URL of your Apache::HTTunnel server (for the test suite):", '') ;
	open(URL, ">t/server_url") or die("Can't open 't/server_url' for writing: $!") ;
	print URL "$url\n" ;
	close(URL) ;
}

Client/README  view on Meta::CPAN

INSTALLATION

- To install this module type the following:

     % perl Makefile.PL
     % make
     % make test
     % make install

     Note 1: The test suite will require the URL to an Apache::HTTunnel server 
             to run. You will prompted for it during the installation. This 
             server must allow tunnels to localhost:80. That Apache server 
             must also return an HTTP 200 code for a "GET / HTTP/1.0" request. 
             Generally if the server has index.html file in the document root 
             it will be ok.

 
DEPENDENCIES

This module requires:



( run in 1.963 second using v1.01-cache-2.11-cpan-6aa56a78535 )