Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9471c77119969c5510113c6f4a3407b7f6e8a9d1
https://github.com/Perl/perl5/commit/9471c77119969c5510113c6f4a3407b7f6e8a9d1
Author: Mike Fulton <[email protected]>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M ext/Errno/Errno_pm.PL
Log Message:
-----------
z/OS ASCII Enablement: Manage untagged header errno.h by copy & tag
The system headers on z/OS are in EBCDIC, but are untagged. The bi-modal
build requires that files be tagged correctly
so this patch copies the errno.h file (which may be mounted on a read-only
file system) to a local file and then tags
it as IBM-1047 (EBCDIC) so that it can be processed properly. The
longer-term fix for this may be to have z/OS tag
header files as EBCDIC, although this would not be something Perl could rely
on for several years.