Branch: refs/heads/khw/pr
Home: https://github.com/Perl/perl5
Commit: 695ca56fb4246f058464c24505cfad689988fc88
https://github.com/Perl/perl5/commit/695ca56fb4246f058464c24505cfad689988fc88
Author: Karl Williamson <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M perl.h
Log Message:
-----------
Save and restore errno around DEBUG statements
Adding DEBUG statements should not affect errno. But it could. I have
in the past wrapped them in save/restores when it's become a problem.
But that is effort that could have been conserved by just always doing
it automatically.