From 42363f329ecc0161ff12fd694a2880a1fa98985a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Jun 2013 13:57:03 +0200 Subject: [PATCH] Rename handler() to copy_cookie() --- 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 f8ed2e7..6ec55f1 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 handler { +sub copy_cookie { my $f = shift; my $ho = $f->r->headers_out; -- 1.7.10.4