From 834e1dc686d615ac888f5ddc4c85c14addd6c2b5 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 19 Oct 2017 20:14:29 -0700 Subject: perldelta for 14062320f --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d93050733f..fc4c834bdc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -368,6 +368,13 @@ has been fixed. This should call C with an empty C array returning false (and not setting L|perlvar/$!>). L<[perl #131730]|https://rt.perl.org/Public/Bug/Display.html?id=131730> +=item * + +The C C function stopped working properly in Perl 5.22 +when fetching a constant with a UTF-8 name if that constant subroutine was +stored in the stash as a simple scalar reference, rather than a full +typeglob. This has been corrected. + =back =head1 Known Problems -- cgit v1.2.1