diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-25 03:15:03 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-25 03:15:03 +0000 |
commit | 041fee27b3881ff0c4a88636729201866f1a13db (patch) | |
tree | 08156d10f3ad98d3a53549c93617492a4c1b5905 /t/pod | |
parent | 776bcc8492006c88f47caa6e6ccdc3b04d877a7d (diff) | |
download | perl-041fee27b3881ff0c4a88636729201866f1a13db.tar.gz |
update PodParser to v1.10 (from Brad Appleton)
p4raw-id: //depot/perl@5252
Diffstat (limited to 't/pod')
-rw-r--r-- | t/pod/poderrs.xr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pod/poderrs.xr b/t/pod/poderrs.xr index 038cf4fb4c..2848faa46a 100644 --- a/t/pod/poderrs.xr +++ b/t/pod/poderrs.xr @@ -19,7 +19,6 @@ *** ERROR: garbled entity E<abcI<bla>> at line 82 in file pod/poderrs.t *** WARNING: collapsing newlines to blanks at line 92 in file pod/poderrs.t *** ERROR: malformed link L<> : empty link at line 94 in file pod/poderrs.t -*** WARNING: section in 'passwd(5)' deprecated at line 99 in file pod/poderrs.t *** WARNING: ignoring leading whitespace in link at line 100 in file pod/poderrs.t *** WARNING: ignoring trailing whitespace in link at line 100 in file pod/poderrs.t *** ERROR: Spurious character(s) after =back at line 106 in file pod/poderrs.t @@ -29,5 +28,6 @@ *** ERROR: unresolved internal link 'end with begin' at line 87 in file pod/poderrs.t *** ERROR: unresolved internal link 'OoPs' at line 88 in file pod/poderrs.t *** ERROR: unresolved internal link 'abc def' at line 92 in file pod/poderrs.t +*** ERROR: unresolved internal link 'passwd(5)' at line 99 in file pod/poderrs.t *** WARNING: multiple occurence of link target 'oops' at line - in file pod/poderrs.t -pod/poderrs.t has 21 pod syntax errors. +pod/poderrs.t has 22 pod syntax errors. |