The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Config;
if ($Config{osvers} == 5) {
  $self->{CCFLAGS} = $Config{ccflags};
  $self->{CCFLAGS} =~ s/-ansiposix //;
  $self->{CCFLAGS} =~ s/-D_POSIX_SOURCE /-D_POSIX_4SOURCE /;
}