From: Mike Taylor Date: Wed, 26 Jun 2013 12:00:35 +0000 (+0200) Subject: Revert X-Git-Tag: 0.9.1~498 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=aaff8994b82728a301602c0d760ac96a5fd482e7 Revert --- diff --git a/etc/mod_perl/MyApache2/CopyCookie.pm b/etc/mod_perl/MyApache2/CopyCookie.pm index 6ec55f1..f8ed2e7 100644 --- a/etc/mod_perl/MyApache2/CopyCookie.pm +++ b/etc/mod_perl/MyApache2/CopyCookie.pm @@ -6,7 +6,7 @@ use APR::Table (); use Apache2::Const -compile => qw(OK); -sub copy_cookie { +sub handler { my $f = shift; my $ho = $f->r->headers_out;