On Wed, 17 Oct 2001, clayton cottingham wrote:
 
> ===== from cookie.t====
> my %cookies = Apache::Cookie->fetch; #ive tried parse too

Apache::Cookie only works inside Apache.  it will not work in a .t file
run by Test::Harness.  see lwp docs on how to deal with cookies client
side.  modperl-1.xx also has a t/modules/cookie.t test.


Reply via email to