diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-10-27 13:29:05 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-10-27 13:29:05 +0000 |
commit | 267d554123ae974ccd717e77510a6c3e0691dab2 (patch) | |
tree | 8c9a9d262ce2df1205335ca4083ae5cda3f370c6 /lib/Pod/Checker.pm | |
parent | 6d9eb87b84e83dcddb478c183e4d030b860db098 (diff) | |
download | perl-267d554123ae974ccd717e77510a6c3e0691dab2.tar.gz |
Upgrade to Pod-Parser-1.35.
p4raw-id: //depot/perl@29126
Diffstat (limited to 'lib/Pod/Checker.pm')
-rw-r--r-- | lib/Pod/Checker.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm index 49162da4a2..e291617f36 100644 --- a/lib/Pod/Checker.pm +++ b/lib/Pod/Checker.pm @@ -82,7 +82,7 @@ C<LE<lt>...LE<lt>...E<gt>...E<gt>>). =item * -Check for malformed or nonexisting entities C<EE<lt>...E<gt>>. +Check for malformed or non-existing entities C<EE<lt>...E<gt>>. =item * @@ -142,7 +142,7 @@ There is no specification of the formatter after the C<=for> command. =item * unresolved internal link I<NAME> The given link to I<NAME> does not have a matching node in the current -POD. This also happend when a single word node name is not enclosed in +POD. This also happened when a single word node name is not enclosed in C<"">. =item * Unknown command "I<CMD>" @@ -234,7 +234,7 @@ C<=over>/C<=back> block. =item * =item type mismatch (I<one> vs. I<two>) -A list started with e.g. a bulletted C<=item> and continued with a +A list started with e.g. a bullet-like C<=item> and continued with a numbered one. This is obviously inconsistent. For most translators the type of the I<first> C<=item> determines the type of the list. @@ -282,7 +282,7 @@ C<=head1>. =head2 Hyperlinks -There are some warnings wrt. malformed hyperlinks. +There are some warnings with respect to malformed hyperlinks: =over 4 @@ -332,8 +332,8 @@ Since PodParser-1.24 the B<Pod::Checker> module uses only the B<poderror> method to print errors and warnings. The summary output (e.g. "Pod syntax OK") has been dropped from the module and has been included in B<podchecker> (the script). This allows users of B<Pod::Checker> to -control completely the output behaviour. Users of B<podchecker> (the script) -get the well-known behaviour. +control completely the output behavior. Users of B<podchecker> (the script) +get the well-known behavior. =cut |