Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pod/perl54112delta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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<locale.t>), you can explicitly disable locale collation by adding the
C<-DNO_LOCALE_COLLATE> option to your invocation of C<./Configure>,
or to the C<ccflags> and C<cppflags> variables in F<config.sh>.
C<-Accflags=-DNO_LOCALE_COLLATE> option to your invocation of C<./Configure>,
or just C<-DNO_LOCALE_COLLATE> to the C<ccflags> and C<cppflags>
variables in F<config.sh>.

=back

Expand Down
Loading