Test::Apache::CookieEmulator - test tool for Cookies without httpd
SYNOPSIS
use Test::Apache::CookieEmulator;
loads into Apache::Cookie namespace
DESCRIPTION
This module assists authors of Apache::* modules write test suites
that would use Apache::Cookie without actually having to run and
query a server to test the cookie methods. Loaded in the test script
after the author's target module is loaded,
Test::Apache::CookieEmulator
Usage is the same as Apache::Cookie
[EMAIL PROTECTED]
