<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Verdana">Hi Jason,<br>
<br>
I just came across the same problem and stumbled on the answer...<br>
<br>
I happened to be checking the log files for the proxy server (which
runs on another server)<br>
and noticed that it contained entries for GET
<a class="moz-txt-link-freetext" href="http://localhost:13432">http://localhost:13432</a>
which is the URL used<br>
by the Mason test scripts in t/*.t.<br>
<br>
In other words, the test scripts are using the HTTP proxy defined in
the environment variable<br>
http_proxy which it is not required when accessing a 'localhost' server.<br>
<br>
So I used the commands to successfully test and install </font><font
 face="Verdana">HTTP-Server-Simple-Mason:<br>
<br>
&nbsp;&nbsp;&nbsp;
</font><font face="Verdana">cd
/root/.cpan/build/HTTP-Server-Simple-Mason-0.09/<br>
&nbsp;&nbsp;&nbsp; unset http_proxy<br>
&nbsp;&nbsp;&nbsp; make test<br>
&nbsp;&nbsp;&nbsp; make install<br>
<br>
Rgds - Angus<br>
</font>
<br>
</body>
</html>