AW: Custom response problem

2014-03-18 Thread Andreas Mock
Have you loaded Apache2::RequestRec? Best regards Andreas Mock Von: John Dunlap [mailto:j...@lariat.co] Gesendet: Dienstag, 18. März 2014 16:59 An: mod_perl list Betreff: Custom response problem I recently upgraded my workstation from Debian 6 to Debian 7 and I'm now encountering

AW: Custom response problem

2014-03-18 Thread Andreas Mock
What does this give to you? perl -MApache2::RequestRec -e'print Apache2::RequestRec-VERSION' Regards Andreas Von: John Dunlap [mailto:j...@lariat.co] Gesendet: Dienstag, 18. März 2014 17:16 An: Andreas Mock Cc: mod_perl list Betreff: Re: Custom response problem I've tried

AW: Custom response problem

2014-03-18 Thread Andreas Mock
Thia is what I meant with loading. So, I should have been more precise: using :-) Andreas Von: James Smith [mailto:j...@sanger.ac.uk] Gesendet: Dienstag, 18. März 2014 17:25 An: modperl@perl.apache.org Betreff: Re: Custom response problem Try: use Apache2::Response ();