Jay Buffington wrote:
> Hi,
> 
> I have a handful of fairly simple mod_perl 1 handlers that I want to
> test.  I've tried using Apache::FakeRequest, but its lacking in a lot
> of areas.
> 
> After subclassing it I was able to write a test that looked for the
> correct headers_out, but it was a pain and kind of sloppy.
> 
> Does a more complete alternative exist?  What is the most popular
> technique people are using to write automated tests for their mod_perl
> handlers?

http://search.cpan.org/dist/Apache-Test/

HTH

--Geoff

Reply via email to