In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c776fa1e9f4a0aa1e1b96c6dec4ac20bf4233ee9?hp=e7cce976d7dd1f4fda1f387d02c6403f43346e9c>
- Log ----------------------------------------------------------------- commit c776fa1e9f4a0aa1e1b96c6dec4ac20bf4233ee9 Author: Karl Williamson <[email protected]> Date: Mon Aug 24 11:03:18 2015 -0600 podcheck.t: regenerate db Commit e128eaa17ab039e9db53073c7ac6c5093b3628d9 introduced 2 new overly long verbatim pod lines that were causing podcheck.t failures in pedantic mode. This suppresses those failures. ----------------------------------------------------------------------- Summary of changes: t/porting/known_pod_issues.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index b2a75fc..c4d3594 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -1,4 +1,4 @@ -# This file is the data file for porting/podcheck.t. +# This file is the data file for t/porting/podcheck.t. # There are three types of lines. # Comment lines are white-space only or begin with a '#', like this one. Any # changes you make to the comment lines will be lost when the file is @@ -246,7 +246,7 @@ dist/module-corelist/lib/module/corelist.pod Verbatim line length including inde dist/module-corelist/lib/module/corelist/utils.pm Verbatim line length including indents exceeds 79 by 2 dist/selfloader/lib/selfloader.pm Verbatim line length including indents exceeds 79 by 13 dist/storable/storable.pm Verbatim line length including indents exceeds 79 by 4 -dist/thread-queue/lib/thread/queue.pm Verbatim line length including indents exceeds 79 by 4 +dist/thread-queue/lib/thread/queue.pm Verbatim line length including indents exceeds 79 by 6 dist/threads/lib/threads.pm Verbatim line length including indents exceeds 79 by 3 dist/tie-file/lib/tie/file.pm Verbatim line length including indents exceeds 79 by 3 ext/devel-peek/peek.pm ? Should you be using L<...> instead of 2 -- Perl5 Master Repository
