in reply to Re: Re: Re: Apache::FakeRequest request object?
in thread Apache::FakeRequest request object?
My super class's new() methods set 'r' to the request. Thanks for the help, sorry for the confusion. Creebleuse HTTP::Request; use Apache::FakeRequest; use Apache::MP3::Urlwitzer; my $request = Apache::FakeRequest->new('get_remote_host'=>'foobar. +com'); $request->uri('/Music'); Apache::MP3::handler('Apache::MP3::Urlwitzer', $request);
|
|---|