In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/08b8e3e1a56c513f5c879d172f8882354c2b53e5?hp=93756792fb420562c2d5acfb661cf430fb02eeee>
- Log ----------------------------------------------------------------- commit 08b8e3e1a56c513f5c879d172f8882354c2b53e5 Author: James E Keenan <jkee...@cpan.org> Date: Wed Jun 11 20:57:39 2014 -0400 Remove entries for threads.pm and CoreList.pod. Follow up to earlier POD corrections. See: RT #121873 and #121822. ----------------------------------------------------------------------- Summary of changes: t/porting/known_pod_issues.dat | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 65b466e..47652c4 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -211,11 +211,9 @@ YAML::Tiny dist/data-dumper/dumper.pm ? Should you be using L<...> instead of 1 dist/math-bigint/lib/math/bigint.pm Verbatim line length including indents exceeds 79 by 71 dist/math-bigrat/lib/math/bigrat.pm Verbatim line length including indents exceeds 79 by 7 -dist/module-corelist/lib/module/corelist.pod Verbatim line length including indents exceeds 79 by 4 dist/module-corelist/lib/module/corelist/utils.pm Verbatim line length including indents exceeds 79 by 2 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/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 ext/dynaloader/dynaloader.pm Verbatim line length including indents exceeds 79 by 1 -- Perl5 Master Repository