Skip to content

Commit 6f1e322

Browse files
committed
5.41.12 delta.pod: Fix advice about Darwin locale collation
1 parent 6c95af2 commit 6f1e322

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pod/perl54112delta.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ As in release 5.41.11, collation of strings using locales on MacOS 15 (Darwin
2828

2929
If earlier versions are also experiencing issues (such as failures in
3030
F<locale.t>), you can explicitly disable locale collation by adding the
31-
C<-DNO_LOCALE_COLLATE> option to your invocation of C<./Configure>,
32-
or to the C<ccflags> and C<cppflags> variables in F<config.sh>.
31+
C<-Accflags=-DNO_LOCALE_COLLATE> option to your invocation of C<./Configure>,
32+
or just C<-DNO_LOCALE_COLLATE> to the C<ccflags> and C<cppflags>
33+
variables in F<config.sh>.
3334

3435
=back
3536

0 commit comments

Comments
 (0)