diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-06-21 21:50:32 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-21 21:50:32 +0200 |
commit | 307f421781d6c83f78141d5a4fd6d07b4cd3660c (patch) | |
tree | 82328c18052f57c316c0ffd5672108605da7a994 | |
parent | 23861b8e024e5d8e96153513b3b09ddc401be549 (diff) | |
download | perl-307f421781d6c83f78141d5a4fd6d07b4cd3660c.tar.gz |
Re-flow some sample text in the perldelta template to avoid an overlong line.
Porting/perldelta_template.pod is exempt from t/porting/podchecker.t, but when
its contents are copied as pod/perldelta.pod, that file is not. This change
reduces the amount of work the release manager needs to do to create a new
perldelta.
-rw-r--r-- | Porting/perldelta_template.pod | 4 | ||||
-rw-r--r-- | pod/perldelta.pod | 4 | ||||
-rw-r--r-- | t/porting/known_pod_issues.dat | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/Porting/perldelta_template.pod b/Porting/perldelta_template.pod index 117dc8aa91..875ef336a0 100644 --- a/Porting/perldelta_template.pod +++ b/Porting/perldelta_template.pod @@ -40,8 +40,8 @@ L</Selected Bug Fixes> section. XXX For a release on a stable branch, this section aspires to be: - There are no changes intentionally incompatible with 5.XXX.XXX. If any - exist, they are bugs and reports are welcome. + There are no changes intentionally incompatible with 5.XXX.XXX + If any exist, they are bugs and reports are welcome. [ List each incompatible change as a =head2 entry ] diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b8f4cc2b4d..0eb8891738 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -45,8 +45,8 @@ L</Selected Bug Fixes> section. XXX For a release on a stable branch, this section aspires to be: - There are no changes intentionally incompatible with 5.XXX.XXX. If any - exist, they are bugs and reports are welcome. + There are no changes intentionally incompatible with 5.XXX.XXX + If any exist, they are bugs and reports are welcome. [ List each incompatible change as a =head2 entry ] diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index d73d1bdc02..7106386eb4 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -212,7 +212,6 @@ pod/perldebtut.pod Verbatim line length including indents exceeds 80 by 22 pod/perldebug.pod Verbatim line length including indents exceeds 80 by 3 pod/perldelta.pod Apparent broken link 2 pod/perldelta.pod Pod NAME already used -1 -pod/perldelta.pod Verbatim line length including indents exceeds 80 by 1 pod/perldiag.pod =item type mismatch 1 pod/perldiag.pod Verbatim line length including indents exceeds 80 by 2 pod/perldoc.pod ? Should you be using F<...> or maybe L<...> instead of 1 |