X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/46c4051fdfab97437e737e1b349a6ebac51aaaad..e55e51033270d3ac33ee2230b01b4bbf41dd9b66:/pod/perldelta.pod diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e50fcad..291a9ae 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -851,9 +851,9 @@ L<[perl #78674]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=78674>. =item * -Typeglob assignments would crash if the glob's stash no longer existed, if -the glob assigned to was named 'ISA' or the glob on either side of the -assignment contained a subroutine. +Typeglob assignments would crash if the glob's stash no longer existed, so +long as the glob assigned to was named 'ISA' or the glob on either side of +the assignment contained a subroutine. =item *