From: Mike Taylor Date: Wed, 26 Jun 2013 11:57:03 +0000 (+0200) Subject: Rename handler() to copy_cookie() X-Git-Tag: 0.9.1~501 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=42363f329ecc0161ff12fd694a2880a1fa98985a;hp=7973532030d1f63e1b6d29e3f8d3ae3e5577999c;p=mkws-moved-to-github.git Rename handler() to copy_cookie() --- 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;