This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sanity check on Errno values.
authorCurtis Jewell <perl@csjewell.fastmail.us>
Tue, 24 Aug 2010 20:07:51 +0000 (14:07 -0600)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 2 Sep 2010 01:05:07 +0000 (03:05 +0200)
commitbe54382c6ee2d28448a2bfa85dedcbb6144583ae
treed5a9928bb839d6f0a09e56b4103cd04f6526d70c
parent11ce4a763a0bb03971d6097fecf93928e61db557
Sanity check on Errno values.

On a few machines (Win32/gcc using mingw64 headers) Errno.pm
will find a value that is not numeric for a proposed error
key. This change adds a sanity check to discard such keys.
ext/Errno/Errno_pm.PL