Skip Menu |

This queue is for tickets about the POE-Component-Client-HTTP CPAN distribution.

Report information
The Basics
Id: 18922
Status: resolved
Priority: 0/
Queue: POE-Component-Client-HTTP

People
Owner: Nobody in particular
Requestors: DarGo [...] sPam.lA
Cc:
AdminCc:

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



Subject: uneccessary includes (POSIX)
none of these seem to be used by Poco HTTP. and POSIX has a massive import list, so should be avoided if possible. use POSIX; use Symbol qw(gensym); use HTTP::Status qw(status_message); use URI;