You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminate 'use autodie' from files touched by Perl core build process
Restore explicit checking for success of system calls as in version 5 of
podlators.
This is needed because podlators is bundled into the Perl core
distribution where it is handled in the build process at a point where
some of autodie's prerequisites are not yet built.
See discussion in #32 and
Perl/perl5#22395.
Co-authored-by: James E Keenan <[email protected]>
0 commit comments