Pod::Simple::Checker -- check the Pod syntax of a document

NAME SYNOPSIS DESCRIPTION SEE ALSO SUPPORT COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Simple::Checker -- check the Pod syntax of a document SYNOPSIS perl -MPod::Simple::Checker -e \ "exit Pod::Simple::Checker->filter(shift)->any_errata_seen" \ thingy.pod DESCRIPTION This class is for checking the syntactic validity of Pod. It works by basically acting like a simple-minded version of Pod::Simple::Text that formats only the "Pod Errors" section (if Pod::Simple even generates one for th

Pod::Simple

SYNOPSIS DESCRIPTION MAIN METHODS SECONDARY METHODS TERTIARY METHODS ENCODING CAVEATS SEE ALSO SUPPORT COPYRIGHT AND DISCLAIMERS AUTHOR SYNOPSIS TODO DESCRIPTION Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. The Pod format is explained perlpod; the most common formatter is called perldoc . Be sure to read ENCODING if your Pod contains non-ASCII characters. P

Pod::Select, podselect() - extract selected sections of POD from input

NAME SYNOPSIS REQUIRES EXPORTS DESCRIPTION SECTION SPECIFICATIONS OBJECT METHODS *curr_headings()* *select()* *add_selection()* *clear_selections()* *match_section()* *is_selected()* EXPORTED FUNCTIONS *podselect()* PRIVATE METHODS AND DATA SEE ALSO AUTHOR NAME Pod::Select, podselect() - extract selected sections of POD from input SYNOPSIS use Pod::Select; ## Select all the POD sections for each file in @filelist ## and print the result on standard output. podselect(@filelist); ## Same as a

Pod::PlainText - Convert POD data to formatted ASCII text

NAME SYNOPSIS DESCRIPTION DIAGNOSTICS RESTRICTIONS NOTES SEE ALSO AUTHOR NAME Pod::PlainText - Convert POD data to formatted ASCII text SYNOPSIS use Pod::PlainText; my $parser = Pod::PlainText->new (sentence => 0, width => 78); # Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle; # Read POD from file.pod and write to file.txt. $parser->parse_from_file ('file.pod', 'file.txt'); DESCRIPTION NOTE: This module is considered legacy; modern Perl releases (5.1

Pod::Perldoc::ToXml - let Perldoc render Pod as XML

NAME SYNOPSIS DESCRIPTION SEE ALSO COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Perldoc::ToXml - let Perldoc render Pod as XML SYNOPSIS perldoc -o xml -d out.xml Some::Modulename DESCRIPTION This is a "plug-in" class that allows Perldoc to use Pod::Simple::XMLOutStream as a formatter class. This is actually a Pod::Simple::XMLOutStream subclass, and inherits all its options. You have to have installed Pod::Simple::XMLOutStream (from the Pod::Simple dist), or this class won't work. SEE ALSO Pod:

Pod::Perldoc::ToTk - let Perldoc use Tk::Pod to render Pod

NAME SYNOPSIS DESCRIPTION SEE ALSO AUTHOR NAME Pod::Perldoc::ToTk - let Perldoc use Tk::Pod to render Pod SYNOPSIS perldoc -o tk Some::Modulename & DESCRIPTION This is a "plug-in" class that allows Perldoc to use Tk::Pod as a formatter class. You have to have installed Tk::Pod first, or this class won't load. SEE ALSO Tk::Pod, Pod::Perldoc AUTHOR Current maintainer: Mark Allen <mallen@cpan.org> Past contributions from: brian d foy <bdfoy@cpan.org> Adriano R. Ferreira <fer

Pod::Perldoc::ToText - let Perldoc render Pod as plaintext

NAME SYNOPSIS DESCRIPTION CAVEAT SEE ALSO COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Perldoc::ToText - let Perldoc render Pod as plaintext SYNOPSIS perldoc -o text Some::Modulename DESCRIPTION This is a "plug-in" class that allows Perldoc to use Pod::Text as a formatter class. It supports the following options, which are explained in Pod::Text: alt, indent, loose, quotes, sentence, width For example: perldoc -o text -w indent:5 Some::Modulename CAVEAT This module may change to use a differe

Pod::Perldoc::ToRtf - let Perldoc render Pod as RTF

NAME SYNOPSIS DESCRIPTION SEE ALSO COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Perldoc::ToRtf - let Perldoc render Pod as RTF SYNOPSIS perldoc -o rtf Some::Modulename DESCRIPTION This is a "plug-in" class that allows Perldoc to use Pod::Simple::RTF as a formatter class. This is actually a Pod::Simple::RTF subclass, and inherits all its options. You have to have Pod::Simple::RTF installed (from the Pod::Simple dist), or this module won't work. If Perldoc is running under MSWin and uses this cl

Pod::Perldoc::ToPod - let Perldoc render Pod as ... Pod!

NAME SYNOPSIS DESCRIPTION SEE ALSO COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Perldoc::ToPod - let Perldoc render Pod as ... Pod! SYNOPSIS perldoc -opod Some::Modulename (That's currently the same as the following:) perldoc -u Some::Modulename DESCRIPTION This is a "plug-in" class that allows Perldoc to display Pod source as itself! Pretty Zen, huh? Currently this class works by just filtering out the non-Pod stuff from a given input file. SEE ALSO Pod::Perldoc COPYRIGHT AND DISCLAIMERS Cop

Pod::Perldoc::ToNroff - let Perldoc convert Pod to nroff

NAME SYNOPSIS DESCRIPTION CAVEAT SEE ALSO COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Perldoc::ToNroff - let Perldoc convert Pod to nroff SYNOPSIS perldoc -o nroff -d something.3 Some::Modulename DESCRIPTION This is a "plug-in" class that allows Perldoc to use Pod::Man as a formatter class. The following options are supported: center, date, fixed, fixedbold, fixeditalic, fixedbolditalic, quotes, release, section Those options are explained in Pod::Man. For example: perldoc -o nroff -w center: