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: 12349
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

People
Owner: Nobody in particular
Requestors: i.fothergill [...] lancaster.ac.uk
Cc:
AdminCc:

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



Subject: Failed Test - Won't install without Force
Bug: The test fails with the default hostname (could be due to any number of things, like dns settings, IP tables....). The reported error isn't helpful either. Fix: Use 'localhost'. t/local/back.t: line 128 Was: my $server404 = HTTP::Daemon->new() or die; Changed to: my $server404 = HTTP::Daemon->new( LocalAddr => 'localhost' ) or die; Cheers, Iain Fothergill
This got resolved long ago I believe.