summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Porting/perldelta_template.pod4
-rw-r--r--pod/perldelta.pod4
-rw-r--r--t/porting/known_pod_issues.dat1
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