Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c9a9e95023afd06c29fb29c1d5762b9e7e3ad084 https://github.com/Perl/perl5/commit/c9a9e95023afd06c29fb29c1d5762b9e7e3ad084 Author: Karl Williamson <k...@cpan.org> Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths: M Configure Log Message: ----------- Configure: Fix compilation error on some systems See https://github.com/Perl/perl5/issues/22793 This typo in a printf format causes some C compilations to fail; others to just warn. However stderr is redirected to /dev/null, so we weren't aware of this issue. When it fails, other issues cause perl to not be usable on the system. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications