The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Plack::App::WrapApacheReq;
use parent qw(Plack::App::FakeApache);

our $VERSION = $Plack::App::FakeApache::VERSION;

1;