On Wed, Nov 28, 2001 at 12:28:27AM -0500, Jason Boxman wrote:
> I notice Filter::HTTPD uses the exported function, url(), from URI::URL.  
> Well, the version of HTTP::Request isn't happy with it anymore, probably 
> because I upgraded my libwww-perl.
> 
> This fix seems to work, at least with full URLs.  I haven't tested anything 
> weird with it yet (line 124 latest POE CVS of Filter::HTTPD.pm):
> 
>   use URI();
>   my $r = HTTP::Request->new($1, URI->new($2));
>   $r->protocol($proto);

[...]

Committed to CVS.  Thanks!

-- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net

Reply via email to