summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2017-10-19 20:14:29 -0700
committerFather Chrysostomos <sprout@cpan.org>2017-10-19 20:14:29 -0700
commit834e1dc686d615ac888f5ddc4c85c14addd6c2b5 (patch)
tree1af435b3df7f5859317a240b85aa0052a0be3932
parent6eed25e2537643b77650cb3e4514ec9dc2e97d74 (diff)
downloadperl-834e1dc686d615ac888f5ddc4c85c14addd6c2b5.tar.gz
perldelta for 14062320f
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
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<execvp()> with an empty C<argv> array
returning false (and not setting L<C<$!>|perlvar/$!>).
L<[perl #131730]|https://rt.perl.org/Public/Bug/Display.html?id=131730>
+=item *
+
+The C<gv_fetchmeth_sv> 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