From: Mike Taylor Date: Wed, 26 Jun 2013 12:01:52 +0000 (+0200) Subject: Add warning. X-Git-Tag: 0.9.1~497 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=0b431b263659bd811ba33eae9fb824cc98903399;p=mkws-moved-to-github.git Add warning. --- 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');