Tag | Description |
---|---|
-help | Print a brief help message and exit. |
-man | Print the manual page and exit. |
-warnings -nowarnings | Turn on/off printing of warnings. Repeating -warnings increases the warning level, i.e. more warnings are printed. Currently increasing to level two causes flagging of unescaped "<,>" characters. |
file | The pathname of a POD file to syntax-check (defaults to standard input). |
Directories are ignored, an appropriate warning message is printed.
podchecker invokes the podchecker() function exported by Pod::Checker Please see podchecker() in Pod::Checker for more details.
The status 2 indicates that at least one of the specified files does not contain any POD commands.
Status 1 overrides status 2. If you want unambigouus results, call podchecker with one single argument only.
Brad Appleton <bradapp@enteract.com>, Marek Rouchal <marekr@cpan.org>
Based on code for Pod::Text::pod2text(1) written by
Tom Christiansen <tchrist@mox.perl.com>
Advertisements |