diff options
author | Father Chrysostomos <sprout@cpan.org> | 2017-10-19 20:14:29 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2017-10-19 20:14:29 -0700 |
commit | 834e1dc686d615ac888f5ddc4c85c14addd6c2b5 (patch) | |
tree | 1af435b3df7f5859317a240b85aa0052a0be3932 /pod/perldelta.pod | |
parent | 6eed25e2537643b77650cb3e4514ec9dc2e97d74 (diff) | |
download | perl-834e1dc686d615ac888f5ddc4c85c14addd6c2b5.tar.gz |
perldelta for 14062320f
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 7 |
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 |