in reply to Re^2: mod_perl input filter error ( Can't locate object method "pool" via package "Apache2::Filter" )
in thread mod_perl input filter error

What does that have to do with Apache2::Filter?

Apache2::Filter isn't a Apache2::RequestRec, the error says Apache2::Filter doesn't have a pool, $r is "Apache2::Filter", $r is not "Apache2::RequestRec" or ...

  • Comment on Re^3: mod_perl input filter error ( Can't locate object method "pool" via package "Apache2::Filter" )

Replies are listed 'Best First'.
Re^4: mod_perl input filter error ( Can't locate object method "pool" via package "Apache2::Filter" )
by henzen (Acolyte) on Jun 20, 2016 at 09:39 UTC
    Correct, thanks for spotting that. See my later response where I correct that issue but uncover another :(