This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Restore errno after having read $^E (like for $!)
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 19 Nov 2003 17:21:50 +0000 (17:21 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 19 Nov 2003 17:21:50 +0000 (17:21 +0000)
commitf6c8f21d23f77b9e7ba2d31a3f8ad4502f02ac91
treeb40de2abc8bd2cb3f2e4ae980c5663348aba447a
parent858117f827a98da9ad03d6640608dcdd8266902d
Restore errno after having read $^E (like for $!)
to preserve errno from unfortunate side-effects.

p4raw-id: //depot/perl@21743
mg.c