Skip Menu |

This queue is for tickets about the AnyEvent-HTTPD CPAN distribution.

Report information
The Basics
Id: 66271
Status: resolved
Priority: 0/
Queue: AnyEvent-HTTPD

People
Owner: Nobody in particular
Requestors: TJC [...] cpan.org
Cc:
AdminCc:

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



Subject: Tests fail if wget is not installed
The unit tests fail if "wget" is not installed, or not in the current path. For eg, see t/01_basic_request.t my $out = `wget http://localhost:19090/test -O/tmp/anyevent_httpd_test Show quoted text
2>&1 >/dev/null`;
Just fixed that in the git repository. This will be fixed in the next release.