Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 5535
Status: resolved
Priority: 90/
Queue: WWW-Mechanize

People
Owner: andy [...] petdance.com
Requestors: andy [...] petdance.com
Cc:
AdminCc: dwheeler [...] cpan.org

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



To: bug-www-mechanize [...] rt.cpan.org
Subject: Use localhost for testing
Date: Tue, 2 Mar 2004 19:52:16 -0600 (CST)
From: andy [...] petdance.com
1..10 ok 1 - use WWW::Mechanize; ok 2 - Created the object isa WWW::Mechanize ok 3 - The object isa Test::HTTP::LocalServer ok 4 - Got back a response isa HTTP::Response $VAR1 = bless( { '_content' => '500 Can\'t connect to geertz.kineticode.com:50501 (Bad hostname \'geertz.kineticode.com\') ', '_rc' => 500, '_headers' => bless( { That's what happened when I ran on David Wheeler's box. geertz is a fake name.
The local server now reports as localhost, instead of the hostname.
From: David Wheeler <david [...] kineticode.com>
Subject: Re: [cpan #5535] Use localhost for testing
Date: Wed, 3 Mar 2004 09:27:56 -0800
To: bug-WWW-Mechanize [...] rt.cpan.org
RT-Send-Cc:
On Mar 2, 2004, at 9:54 PM, Andy Lester via RT wrote: Show quoted text
> The local server now reports as localhost, instead of the hostname.
It doesn't work. Well, I'm not getting any test failures, but it's still hanging in click.t. Maybe you should install a timeout? Regards, David
Finally fixed in the last release, 1.02 I think.