Subject: | This module breaks subexec and make_subrequest methods |
Because this module returns undef from its constructor when it detects a
subrequest, it renders $m->subexec and $m->make_subrequest unusable.
This can be fixed by commenting out "return if $self->is_subrequest" in
the constructor.