Rename handler() to copy_cookie()
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 11:57:03 +0000 (13:57 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 11:57:03 +0000 (13:57 +0200)
etc/mod_perl/MyApache2/CopyCookie.pm

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