in reply to mod_perl input filter error

Sure, here you go http://search.cpan.org/grep?cpanid=SHAY&release=mod_perl-2.0.9&string=pool&i=1&n=1&C=0 -> https://metacpan.org/pod/Apache2::Filter#c, https://metacpan.org/pod/Apache2::Connection#pool
  • Comment on Re: mod_perl input filter error ( Can't locate object method "pool" via package "Apache2::Filter" )

Replies are listed 'Best First'.
Re^2: mod_perl input filter error ( Can't locate object method "pool" via package "Apache2::Filter" )
by henzen (Acolyte) on Jun 19, 2016 at 23:27 UTC

      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 ...

        Correct, thanks for spotting that. See my later response where I correct that issue but uncover another :(