I am not the maintainer of this module anymore
Rgds
James
On 10/09/2008, RSAVAGE via RT <bug-Cgi-Simple@rt.cpan.org> wrote:
Show quoted text>
> Tue Sep 09 22:54:10 2008: Request 39146 was acted upon.
> Transaction: Ticket created by RSAVAGE
> Queue: Cgi-Simple
> Subject: Require 'require Apache2::RequestIO;'
> Broken in: 1.105
> Severity: Critical
> Owner: Nobody
> Requestors: RSAVAGE@cpan.org
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=39146 >
>
>
> I am getting this error:
> [Dispatch] ERROR' for request '/test/states-per-country': Can't locate
> object method "read" via package "Apache2::RequestRec" at
> /usr/local/share/perl/5.10.0/CGI/Simple.pm line 299.
>
> It is solved by adding this at line 298:
> require Apache2::RequestIO;
>
>