Re: migrating to 2.0 and getting tons of warnings

2009-02-27 Thread Perrin Harkins
On Fri, Feb 27, 2009 at 11:43 AM, Matthew Lenz 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 exe

Re: migrating to 2.0 and getting tons of warnings

2009-02-27 Thread Matthew Lenz
On Fri, 2009-02-27 at 11:29 -0500, Perrin Harkins wrote: > On Fri, Feb 27, 2009 at 7:58 AM, Matthew Lenz wrote: > > I looked through the packge diff: > > > > http://ftp.de.debian.org/debian/pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.4-5.diff.gz > > > > and didn't spot any changes

Re: migrating to 2.0 and getting tons of warnings

2009-02-27 Thread Perrin Harkins
On Fri, Feb 27, 2009 at 7:58 AM, Matthew Lenz wrote: > I looked through the packge diff: > > http://ftp.de.debian.org/debian/pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.4-5.diff.gz > > and didn't spot any changes that would have this affect. What about other CPAN modules you're u

Re: migrating to 2.0 and getting tons of warnings

2009-02-27 Thread Matthew Lenz
On Thu, 2009-02-26 at 17:17 -0500, Perrin Harkins wrote: > On Thu, Feb 26, 2009 at 4:01 PM, Matthew Lenz 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

Re: migrating to 2.0 and getting tons of warnings

2009-02-26 Thread Perrin Harkins
On Thu, Feb 26, 2009 at 4:01 PM, Matthew Lenz 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 cod

Re: migrating to 2.0 and getting tons of warnings

2009-02-26 Thread Adam Prime
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? I think that Moose

Re: migrating to 2.0 and getting tons of warnings

2009-02-26 Thread Matthew Lenz
On Thu, 2009-02-26 at 15:49 -0500, Adam Prime wrote: > André Warnier wrote: > > Matthew Lenz wrote: > >> I can't seem to disable warnings on our production environment. 'use > >> warnings' is not included in any of the config/startup/scripts or custom > >> modules. Its possible I guess that its b

Re: migrating to 2.0 and getting tons of warnings

2009-02-26 Thread Adam Prime
André Warnier wrote: Matthew Lenz wrote: I can't seem to disable warnings on our production environment. 'use warnings' is not included in any of the config/startup/scripts or custom modules. Its possible I guess that its being used by a CPAN module. We had a system on Debian 3.1 (apache/mod_

Re: migrating to 2.0 and getting tons of warnings

2009-02-26 Thread André Warnier
Matthew Lenz wrote: I can't seem to disable warnings on our production environment. 'use warnings' is not included in any of the config/startup/scripts or custom modules. Its possible I guess that its being used by a CPAN module. We had a system on Debian 3.1 (apache/mod_perl 1.x)and I have be

migrating to 2.0 and getting tons of warnings

2009-02-26 Thread Matthew Lenz
I can't seem to disable warnings on our production environment. 'use warnings' is not included in any of the config/startup/scripts or custom modules. Its possible I guess that its being used by a CPAN module. We had a system on Debian 3.1 (apache/mod_perl 1.x)and I have been doing work to migra