Subject: | Kwiki::ModPerl::handler method doesn't work in mod_perl 2 |
The handler method works fine for mod_perl 1, but is broken for mod_perl
2. In mod_perl 2, the method should omit the parameters "($$)" from the
declaration. HTML::Mason::ApacheHandler currently deals with this issue
by using a here doc in a begin to create the method. Hopefully, I'll
have a patch forthcoming soon.