From 2dde04d54573a19db9036f2efe44029b882d362e Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 22 Apr 2025 10:06:10 -0600 Subject: [PATCH] 5.41.12 delta.pod: Fix advice about Darwin locale collation --- pod/perl54112delta.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pod/perl54112delta.pod b/pod/perl54112delta.pod index 2f1d02130142..a4c34b7f2dba 100644 --- a/pod/perl54112delta.pod +++ b/pod/perl54112delta.pod @@ -28,8 +28,9 @@ As in release 5.41.11, collation of strings using locales on MacOS 15 (Darwin If earlier versions are also experiencing issues (such as failures in F), you can explicitly disable locale collation by adding the -C<-DNO_LOCALE_COLLATE> option to your invocation of C<./Configure>, -or to the C and C variables in F. +C<-Accflags=-DNO_LOCALE_COLLATE> option to your invocation of C<./Configure>, +or just C<-DNO_LOCALE_COLLATE> to the C and C +variables in F. =back