From 0b431b263659bd811ba33eae9fb824cc98903399 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Jun 2013 14:01:52 +0200 Subject: [PATCH] Add warning. --- etc/mod_perl/MyApache2/CopyCookie.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/mod_perl/MyApache2/CopyCookie.pm b/etc/mod_perl/MyApache2/CopyCookie.pm index f8ed2e7..a5e64c2 100644 --- a/etc/mod_perl/MyApache2/CopyCookie.pm +++ b/etc/mod_perl/MyApache2/CopyCookie.pm @@ -8,6 +8,7 @@ use Apache2::Const -compile => qw(OK); sub handler { my $f = shift; + warn "in MyApache2::CopyCookie (f=$f)"; my $ho = $f->r->headers_out; my $cookie = $ho->get('Set-Cookie'); -- 1.7.10.4