On Thu, Feb 26, 2009 at 4:01 PM, Matthew Lenz <matt...@nocturnal.org> wrote: > Maybe the debian guys did something goofy with the modules. It wouldn't > be the first time. That or maybe its just a bug in ModPerl. Even if > some CPAN module out there has 'use warnings;' in it that shouldn't have > any affect on any code outside of its own package should it?
Something could be setting $^W. Grep your code for that. - Perrin