Skip Menu |

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

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

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

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



Subject: Still a dependency on HTTP::Date
t/08_options_request.t and t/09_options_star.t have HTTP::Date undeclared dependencies despite Changes file claiming that in 0.8 the dependency was removed. Example fail report: http://www.cpantesters.org/cpan/report/10627062 Best,
I removed the HTTP::Date dependency as the required functionality was already present in the module. Also removed other tests from the MANIFEST file, which are more or less maintainer-only tests. Thanks for the report! Greetings, Robin