From f509a5163af6281fb894ec68237c699a4857fbe9 Mon Sep 17 00:00:00 2001 From: lilinjie Date: Tue, 17 Jan 2023 14:05:35 +0800 Subject: [PATCH] Fix typo in older perldelta Signed-off-by: lilinjie Committer: Li Linjie is now a Perl author. Run Porting/updateAUTHORS.pl to update .mailmap --- .mailmap | 1 + AUTHORS | 1 + pod/perl5200delta.pod | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index cbd8fe2f26..0af00f53f0 100644 --- a/.mailmap +++ b/.mailmap @@ -523,6 +523,7 @@ Larwan Berke Apocalypse Laszlo Molnar ml1050 Laszlo Molnar Molnar Laszlo Leon Timmermans fawaka@gmail.com (via RT) +Li Linjie lilinjie Lincoln D. Stein Lincoln D. Stein Lincoln Stein Lincoln D. Stein Lincoln Stein diff --git a/AUTHORS b/AUTHORS index b788411da6..fcb43a7b32 100644 --- a/AUTHORS +++ b/AUTHORS @@ -832,6 +832,7 @@ Leon Brocard Leon Timmermans Les Peters Lesley Binks +Li Linjie Lincoln D. Stein Linda Walsh Lionel Cons diff --git a/pod/perl5200delta.pod b/pod/perl5200delta.pod index 8bcf0bb266..ef7b456831 100644 --- a/pod/perl5200delta.pod +++ b/pod/perl5200delta.pod @@ -1266,7 +1266,7 @@ locales. =item * -C is now documented to handle an expression that evalutes to a +C is now documented to handle an expression that evaluates to a code reference as if it was C. This behavior is at least ten years old.