In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/44954c11cf61a371d1facf9fc5ca27637f247aac?hp=b31d1ef1144adb563cad5228eb7a7a4866b19a50>
- Log ----------------------------------------------------------------- commit 44954c11cf61a371d1facf9fc5ca27637f247aac Author: Ricardo Signes <[email protected]> Date: Thu Apr 14 07:47:54 2016 -0400 perldelta: minor tweak to fix awkward prose (Thanks, Ed Avis!) ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 205141a..5f863d8 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -349,8 +349,8 @@ for XSUBs and const subs has been removed. This removed one glob/scalar combo for each unique C<.c> file that XSUBs and const subs came from. On startup (C<perl -e"0">) about half a dozen glob/scalar debugger combos were created. Loading XS modules created more glob/scalar combos. These things were created -regardless if the perl debugger was being used or not, unlike for pure perl -subs, and ignores that the perl debugger can not debug C code. +regardless of whether the perl debugger was being used or not, unlike for pure +perl subs, and ignores that the perl debugger can not debug C code. =item * -- Perl5 Master Repository
