You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Torsten Foertsch <to...@gmx.net> on 2007/10/08 08:23:39 UTC

Re: Apache2::SizeLimit & Linux::Smaps on x86_64

On Sunday 07 October 2007 23:29, Max Kanat-Alexander wrote:
>         So it looks like it works fine for what smem is doing, but it
> somehow doesn't work right for Apache2::SizeLimit.

In your modperl environment "use warnings FATAL=>qw/all/" is active. Hence, 
the portable warning is turned into a portable error. That's all.

Torsten