Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 527 forks source link

hints/dragonfly.sh: actually disable the POSIX 2008 locale API #22183

Closed tonycoz closed 2 weeks ago

tonycoz commented 2 weeks ago

ae3e9dd0b was intended to disable this API, due to a leak in the DragonflyBSD implementation, but the wrong macro was used, which I missed in review.

Use the right macro.