On Fri, Feb 27, 2009 at 11:43 AM, Matthew Lenz <matt...@nocturnal.org> wrote:
> No, this is just a legacy app that runs straight CGI's via
> ModPerl::RegistryPrefork

I'd check for any $^W manipulation in ModPerl::RegsitryPrefork.

> I thought that if a package does a 'use warnings;' that it only affects
> code being executed in that package?  Maybe that is not the case under
> mod perl 2?

It's still the case.  mod_perl doesn't change anything about the
behavior of perl, just the lifecycle of your scripts.

- Perrin

Reply via email to