perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

perllocale: Update for 5.40 state of affairs

Open khwilliamson opened this issue 1 year ago • 2 comments

This makes corrections, and additions

khwilliamson avatar May 08 '24 16:05 khwilliamson

P.R. is failing t/porting/podcheck.t and short-circuiting CI tests. This patch should fix it.

diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index e07e6e2696..31f17373f9 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -102,7 +102,7 @@ Perl runs.  This category is a POSIX extension, and Windows, for
 example, doesn't have it.  On systems without it, Perl uses workarounds
 to compensate.
 
-=head2 Category C<LC_ALL>
+=item Category C<LC_ALL>
 
 This is not an actual category, but a convenience short-hand to refer to
 all of the actual ones.

jkeenan avatar May 09 '24 11:05 jkeenan

Overall looks good. If you can address Jim's comments + the failing test we can pop this in for 5.40.

leonerd avatar May 09 '24 15:05 leonerd

This removes some text applicable to XS code only; I will soon add text to perlxs.pod to address that

khwilliamson avatar May 10 '24 18:05 khwilliamson