From 2304d2456ee39c08e59569c0bac9f14e134155bd Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sun, 9 Jul 2023 21:36:08 -0400 Subject: [PATCH] Insert missing apostrophe As reported by Keith Thompson in https://github.com/Perl/perl5/issues/21203 --- pod/perl5380delta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perl5380delta.pod b/pod/perl5380delta.pod index f642d5b47282..36c33cc66545 100644 --- a/pod/perl5380delta.pod +++ b/pod/perl5380delta.pod @@ -78,7 +78,7 @@ the case these warnings are automatically enabled with =head2 %{^HOOK} API introduced For various reasons it can be difficult to create subroutine wrappers -for some of perls keywords. Any keyword which has an undefined +for some of perl's keywords. Any keyword which has an undefined prototype simply cannot be wrapped with a subroutine, and some keywords which perl permits to be wrapped are in practice very tricky to wrap. For example C is tricky to wrap, it is possible but doing so