Add warning.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:01:52 +0000 (14:01 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:01:52 +0000 (14:01 +0200)
etc/mod_perl/MyApache2/CopyCookie.pm

index f8ed2e7..a5e64c2 100644 (file)
@@ -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');