In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2e2af85b0f93df8d8b3b2e1527c808e9cf3b321a?hp=8d94a18c4a124acaa172e34ca0bf85f2f3d1341b>
- Log ----------------------------------------------------------------- commit 2e2af85b0f93df8d8b3b2e1527c808e9cf3b321a Author: Karl Williamson <[email protected]> Date: Wed Sep 21 16:12:50 2016 -0600 podcheck.t: perlepigraphs: don't note too long verbatims These epigraphs may not be foldable properly. Instead of warning when new ones are added, ignore this category entirely for this pod. ----------------------------------------------------------------------- Summary of changes: t/porting/known_pod_issues.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 840aac0..c6481a6 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -359,7 +359,7 @@ pod/perlsolaris.pod Verbatim line length including indents exceeds 79 by 13 pod/perltie.pod Verbatim line length including indents exceeds 79 by 3 pod/perltru64.pod Verbatim line length including indents exceeds 79 by 1 pod/perlwin32.pod Verbatim line length including indents exceeds 79 by 7 -porting/epigraphs.pod Verbatim line length including indents exceeds 79 by 17 +porting/epigraphs.pod Verbatim line length including indents exceeds 79 by -1 porting/release_managers_guide.pod Verbatim line length including indents exceeds 79 by 1 porting/todo.pod ? Should you be using F<...> or maybe L<...> instead of 1 utils/ptar Verbatim paragraph in NAME section 1 -- Perl5 Master Repository
