[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
RE: lexical warnings upgrade
From: Graham Barr [mailto:gbarr@pobox.com]
> On Sun, Jan 30, 2000 at 12:10:16AM -0000, paul.marquess@bt.com wrote:
> > I've had a closer look at the list of core library files that make use
of
> > $^W and I've included a patch to make some of them use lexical warnings
> > instead.
> >
> > These are on CPAN so I didn't touch them
> >
> > lib/CGI/Carp.pm
> > lib/CGI.pm
> > lib/CPAN/FirstTime.pm
> > lib/CPAN.pm
> > lib/IO/Select.pm
>
> As I have said before. I do not intend to maintain IO separate from the
> core anymore.
I didn't know that.
I see it Select.pm uses $^W to check if warnings are enabled, rather than
enable/disable warnings, so I don't intend making any change to it.
Paul
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]