Revert
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:00:35 +0000 (14:00 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:00:35 +0000 (14:00 +0200)
etc/mod_perl/MyApache2/CopyCookie.pm

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