Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 68c5ae10f5a53d6b0a54eeb9438f3ff7d71cbec4
https://github.com/Perl/perl5/commit/68c5ae10f5a53d6b0a54eeb9438f3ff7d71cbec4
Author: Mike Fulton <[email protected]>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M installperl
Log Message:
-----------
Need to remove ASCII tags on copied compiled executables for z/OS ASCII
Untag compiled executables (perl and the .so files) after they are
copied with File::copy because File::copy is marking them as CCSID 819
(ASCII). The longer term fix for this could be to provide a syscopy on
z/OS which would perform a _cp_ which on z/OS copies the tag
information as part of the copy.