Branch: refs/heads/jkeenan/io-select-20210809
Home: https://github.com/Perl/perl5
Commit: e6e4642d1cd0ffdf151ab96c5e3f9d9a71b123c8
https://github.com/Perl/perl5/commit/e6e4642d1cd0ffdf151ab96c5e3f9d9a71b123c8
Author: James E Keenan <[email protected]>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M dist/IO/lib/IO/Select.pm
Log Message:
-----------
IO::Select: add debugging code
The purpose of this debugging code is to expose a case where a
"Use of uninitialized value in numeric eq (==)" warning may be generated
when the code is running under a full "use warnings".
Commit: f7d62db11e84bbd17da6f4dd6b6ea4b9fbdc2a27
https://github.com/Perl/perl5/commit/f7d62db11e84bbd17da6f4dd6b6ea4b9fbdc2a27
Author: James E Keenan <[email protected]>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M dist/IO/lib/IO/Select.pm
Log Message:
-----------
use warnings in block
Compare: https://github.com/Perl/perl5/compare/e6e4642d1cd0%5E...f7d62db11e84