[Rt-commit] r5648 - in HTTP-Server-Simple-Mason: t
jesse at bestpractical.com
jesse at bestpractical.com
Mon Jul 24 17:12:48 EDT 2006
Author: jesse
Date: Mon Jul 24 17:12:45 2006
New Revision: 5648
Modified:
HTTP-Server-Simple-Mason/ (props changed)
HTTP-Server-Simple-Mason/Changes
HTTP-Server-Simple-Mason/t/01live.t
HTTP-Server-Simple-Mason/t/04unhandlederrors.t
HTTP-Server-Simple-Mason/t/05handlederrors.t
Log:
r14378 at pinglin: jesse | 2006-07-24 14:12:34 -0700
Re: [rt.cpan.org #20318] HTTP::Server::Simple::Mason fails tests when http_proxy env variable set From Ian Norton
Modified: HTTP-Server-Simple-Mason/Changes
==============================================================================
--- HTTP-Server-Simple-Mason/Changes (original)
+++ HTTP-Server-Simple-Mason/Changes Mon Jul 24 17:12:45 2006
@@ -1,3 +1,5 @@
+* [rt.cpan.org #20318] HTTP::Server::Simple::Mason fails tests when http_proxy env variable set - Ian Norton
+
* Revert most of the 0.07 and 0.08 changes, which were attempts to work around
serious bugs in Mason 1.30 that have been fixed in Mason 1.31.
Modified: HTTP-Server-Simple-Mason/t/01live.t
==============================================================================
--- HTTP-Server-Simple-Mason/t/01live.t (original)
+++ HTTP-Server-Simple-Mason/t/01live.t Mon Jul 24 17:12:45 2006
@@ -1,5 +1,6 @@
use Test::More;
BEGIN {
+ delete @ENV{ qw( http_proxy HTTP_PROXY ) };
if (eval { require LWP::Simple }) {
plan tests => 5;
} else {
Modified: HTTP-Server-Simple-Mason/t/04unhandlederrors.t
==============================================================================
--- HTTP-Server-Simple-Mason/t/04unhandlederrors.t (original)
+++ HTTP-Server-Simple-Mason/t/04unhandlederrors.t Mon Jul 24 17:12:45 2006
@@ -1,5 +1,6 @@
use Test::More;
BEGIN {
+ delete @ENV{ qw( http_proxy HTTP_PROXY ) };
if (eval { require LWP::Simple }) {
plan tests => 5;
} else {
Modified: HTTP-Server-Simple-Mason/t/05handlederrors.t
==============================================================================
--- HTTP-Server-Simple-Mason/t/05handlederrors.t (original)
+++ HTTP-Server-Simple-Mason/t/05handlederrors.t Mon Jul 24 17:12:45 2006
@@ -1,5 +1,6 @@
use Test::More;
BEGIN {
+ delete @ENV{ qw( http_proxy HTTP_PROXY ) };
if (eval { require LWP::Simple }) {
plan tests => 5;
} else {
More information about the Rt-commit
mailing list