diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-05 09:20:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-05 09:20:12 +0000 |
commit | a5317591e1223e953379e948a9268bbad4eaa55f (patch) | |
tree | ba982d48536d614cc45b1d38de897f6d7eeae458 /t/pod | |
parent | 155aba94f677ac771761a1f510964fe5b21524ed (diff) | |
download | perl-a5317591e1223e953379e948a9268bbad4eaa55f.tar.gz |
undo change#5506; add patch to make blank line warnings optional
(from Brad Appleton)
p4raw-link: @5506 on //depot/perl: eaf840779373130f95f7bd459b3864c78c698e28
p4raw-id: //depot/perl@5541
Diffstat (limited to 't/pod')
-rw-r--r-- | t/pod/poderrs.xr | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/t/pod/poderrs.xr b/t/pod/poderrs.xr index 17baee91d1..b8e5e86fd5 100644 --- a/t/pod/poderrs.xr +++ b/t/pod/poderrs.xr @@ -3,9 +3,10 @@ *** ERROR: Unknown interior-sequence 'A' at line 30 in file pod/poderrs.t *** ERROR: Unknown interior-sequence 'Y' at line 31 in file pod/poderrs.t *** ERROR: Unknown interior-sequence 'V' at line 31 in file pod/poderrs.t -*** WARNING: unterminated B<...> at line 35 in file pod/poderrs.t -*** WARNING: unterminated I<...> at line 34 in file pod/poderrs.t -*** WARNING: unterminated C<...> at line 37 in file pod/poderrs.t +*** ERROR: unterminated B<...> at line 35 in file pod/poderrs.t +*** ERROR: unterminated I<...> at line 34 in file pod/poderrs.t +*** ERROR: unterminated C<...> at line 37 in file pod/poderrs.t +*** WARNING: line containing nothing but whitespace in paragraph at line 45 in file pod/poderrs.t *** ERROR: =item without previous =over at line 52 in file pod/poderrs.t *** ERROR: =back without previous =over at line 56 in file pod/poderrs.t *** ERROR: =over on line 60 without closing =back (at head2) at line 64 in file pod/poderrs.t @@ -29,4 +30,4 @@ *** ERROR: unresolved internal link 'abc def' at line 96 in file pod/poderrs.t *** ERROR: unresolved internal link 'passwd(5)' at line 103 in file pod/poderrs.t *** WARNING: multiple occurence of link target 'oops' at line - in file pod/poderrs.t -pod/poderrs.t has 22 pod syntax errors. +pod/poderrs.t has 25 pod syntax errors. |