In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0cbd1ffa6f6e338efcb91ca05504522eec9ef88c?hp=fb5d4b1adb17e94d1aa2655991b95939cc335492>
- Log ----------------------------------------------------------------- commit 0cbd1ffa6f6e338efcb91ca05504522eec9ef88c Author: Karl Williamson <[email protected]> Date: Mon May 22 14:51:56 2017 -0600 perldelta: Add missing =item ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9087bd60a3..ce5cae0981 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1336,6 +1336,8 @@ The first part was extensively rewritten to incorporate various basic points, that in earlier versions were mentioned in sort of an appendix on Version 8 regular expressions. +=item * + Note that it is common to have the C</x> modifier and forget that this means that C<"#"> has to be escaped. -- Perl5 Master Repository
