In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/f0556e947703bfb1093d559aad038503d26bd125?hp=fd41b2d1cbe9a90b3c4c9c4f4fe1b72ac724fdbb>
- Log ----------------------------------------------------------------- commit f0556e947703bfb1093d559aad038503d26bd125 Author: Karl Williamson <[email protected]> Date: Mon Aug 26 12:18:01 2019 -0600 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 5d967b3251..6dfb854a25 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -27,7 +27,7 @@ here, but most should go in the L</Performance Enhancements> section. [ List each enhancement as a =head2 entry ] -=head2 Now can dump compiled pattern before optimization +=head2 Now can dump compiled patterns before optimization This is primarily useful for tracking down bugs in the regular expression compiler. This dump happens on C<-DDEBUGGING> perls, if you -- Perl5 Master Repository
