From aaff8994b82728a301602c0d760ac96a5fd482e7 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Jun 2013 14:00:35 +0200 Subject: [PATCH] Revert --- etc/mod_perl/MyApache2/CopyCookie.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4