In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f337e9820d63f3c977ef7cc7f581b09d9f2a6e2c?hp=49f8307ec5978ca2d8f2799958ad53a199ffb3cd>
- Log ----------------------------------------------------------------- commit f337e9820d63f3c977ef7cc7f581b09d9f2a6e2c Author: Nicholas Clark <[email protected]> Date: Tue Jun 23 22:46:23 2009 +0100 When writing a perldelta, choose either "regex" or "regexp", and stick to it. ----------------------------------------------------------------------- Summary of changes: Porting/how_to_write_a_perldelta.pod | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Porting/how_to_write_a_perldelta.pod b/Porting/how_to_write_a_perldelta.pod index 1d21b92..115c689 100644 --- a/Porting/how_to_write_a_perldelta.pod +++ b/Porting/how_to_write_a_perldelta.pod @@ -49,7 +49,8 @@ C<Debian bug #379463> Be consistent. In a list, either make every item a note, or a full sentence. Either end -every item with a full stop, or ensure that no item ends with one. +every item with a full stop, or ensure that no item ends with one. I<regex> +B<xor> I<regexp> - choose exactly one, and stick to it. =head2 Sections -- Perl5 Master Repository
