diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-07-16 13:46:48 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-07-16 13:57:27 -0600 |
commit | 90c87169fab88b312f4e459fd36b807eee55ed18 (patch) | |
tree | d478c0f14afc1e06f282f1fdd1723cab382c1b9c /t/porting | |
parent | b382629bc000c1b9c067f6069e656c1a28900751 (diff) | |
download | perl-90c87169fab88b312f4e459fd36b807eee55ed18.tar.gz |
perlos2: Fix some link issues
The link to emxbind needs some explanation. Perhaps on an os/2 system,
this command exists, but any link to it is using cpan's search which
doesn't find it
Diffstat (limited to 't/porting')
-rw-r--r-- | t/porting/known_pod_issues.dat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 12c7be51fa..af25387944 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -82,6 +82,7 @@ perllexwarn(1) perlthanks POD2::FR POD2::IT +pod2ipf(1) pod2man(1) Pod::HTML2Pod Pod::Plainer @@ -103,6 +104,7 @@ Shell Shell::Command sock_init(3) socketpair(3) +SOM splain sprintf(3) stat(2) @@ -262,9 +264,7 @@ pod/perlmroapi.pod ? Should you be using L<...> instead of 1 pod/perlnetware.pod Verbatim line length including indents exceeds 80 by 4 pod/perlnewmod.pod Verbatim line length including indents exceeds 80 by 1 pod/perlop.pod Verbatim line length including indents exceeds 80 by 30 -pod/perlos2.pod ? Should you be using F<...> or maybe L<...> instead of 1 -pod/perlos2.pod ? Should you be using L<...> instead of 1 -pod/perlos2.pod Apparent broken link 4 +pod/perlos2.pod ? Should you be using L<...> instead of 2 pod/perlos2.pod Verbatim line length including indents exceeds 80 by 22 pod/perlos390.pod Verbatim line length including indents exceeds 80 by 11 pod/perlpacktut.pod Verbatim line length including indents exceeds 80 by 6 |