In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f63bc603acea5e0f476f181de698958c4ddcccba?hp=cb6cc22be04ebc9284469880f586341acf15fec5>
- Log ----------------------------------------------------------------- commit f63bc603acea5e0f476f181de698958c4ddcccba Author: Karl Williamson <[email protected]> Date: Mon Jan 19 08:24:56 2015 -0700 perldelta: Fix typo ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 81b6c67..af25293 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -551,7 +551,7 @@ panic. [perl 123554] =item * -C<< formline("@...", "a"); >> would crash. The C<FF_CHECKNL> cas in +C<< formline("@...", "a"); >> would crash. The C<FF_CHECKNL> case in pp_formline() didn't set the pointer used to mark the chop position, which led to the C<FF_MORE> case crashing with a segmentation fault. This has been fixed. [perl #123538] -- Perl5 Master Repository
