diff options
author | Karl Williamson <khw@cpan.org> | 2015-09-05 11:12:01 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-05 11:25:37 -0600 |
commit | 5696651540992c3bb4749d4a99b1b539fdfc074d (patch) | |
tree | ef66d27280c18bb697aa06099ec1f6b20f87d958 | |
parent | 712d8896b4a17fe02574fd708117b12c3603f38b (diff) | |
download | perl-5696651540992c3bb4749d4a99b1b539fdfc074d.tar.gz |
Fix a couple of pod issues
-rw-r--r-- | ext/POSIX/lib/POSIX.pod | 2 | ||||
-rw-r--r-- | t/porting/known_pod_issues.dat | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ext/POSIX/lib/POSIX.pod b/ext/POSIX/lib/POSIX.pod index d0efb33cd5..90e4f88c02 100644 --- a/ext/POSIX/lib/POSIX.pod +++ b/ext/POSIX/lib/POSIX.pod @@ -1448,7 +1448,7 @@ Not implemented. C<realloc()> is C-specific. Perl does memory management trans =item C<remainder> Given C<x> and C<y>, returns the value S<C<x - n*y>>, where C<n> is the integer -closest to C<x/y>. [C99] +closest to C<x>/C<y>. [C99] my $remainder = POSIX::remainder($x, $y) diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 1e71275c9b..61c9340a04 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -70,6 +70,7 @@ Devel::PPPort Devel::SawAmpersand Devel::Spy dirname(1) +Encode::Detect Encode::Locale Eval::WithLexicals Exporter::Easy @@ -257,7 +258,6 @@ ext/hash-util/lib/hash/util.pm Verbatim line length including indents exceeds 79 ext/pod-html/testdir/perlpodspec-copy.pod Verbatim line length including indents exceeds 79 by 2 ext/pod-html/testdir/perlvar-copy.pod ? Should you be using L<...> instead of 3 ext/pod-html/testdir/perlvar-copy.pod Verbatim line length including indents exceeds 79 by 6 -ext/posix/lib/posix.pod ? Should you be using F<...> or maybe L<...> instead of 1 ext/vms-dclsym/dclsym.pm ? Should you be using L<...> instead of 1 ext/vms-filespec/lib/vms/filespec.pm Verbatim line length including indents exceeds 79 by 1 install ? Should you be using F<...> or maybe L<...> instead of 1 @@ -304,7 +304,6 @@ porting/expand-macro.pl Verbatim line length including indents exceeds 79 by 2 porting/release_managers_guide.pod Verbatim line length including indents exceeds 79 by 1 porting/todo.pod Verbatim line length including indents exceeds 79 by 1 utils/c2ph Verbatim line length including indents exceeds 79 by 44 -utils/encguess Apparent broken link 1 utils/encguess There is no NAME 1 lib/benchmark.pm Verbatim line length including indents exceeds 79 by 2 lib/config.pod ? Should you be using L<...> instead of -1 |