This module will extract specified sections of pod documentation from a file. This ability is provided by the select method which arguments specify the set of POD sections to select for processing/printing....
RAPPAZF/Pod-Simple-Select-0.002 - 02 Jun 2017 07:53:22 UTCThis class is a formatter that takes Pod and renders it as RTF, good for viewing/printing in MSWord, WordPad/write.exe, TextEdit, etc. This is a subclass of Pod::Simple and inherits all its methods....
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTCThis module translates pod into a format used by the vim PERLDOC2 plugin to display perl documentation with syntax highlighting, rather than as plain text....
PSHANGOV/Pod-Simple-Vim-0.02 - 30 Mar 2009 15:19:38 UTCThis class is that for retrieving data from "=begin/=for/=end" sections. The constructor accepts a list of identifier, the default is '*' which allows to retrieve all data. This is a subclass of Pod::Simple and inherits all its methods....
PERRAD/Pod-Simple-Data-0.02 - 02 Jun 2015 18:26:17 UTCThe "Pod::Simple::Wiki" module is used for converting Pod text to Wiki text. Pod (Plain Old Documentation) is a simple markup language used for writing Perl documentation. A Wiki is a user extensible web site. It uses very simple mark-up that is conv...
JMCNAMARA/Pod-Simple-Wiki-0.20 - 09 Nov 2015 22:56:07 UTCThis class is a formatter that takes Pod and renders it as wrapped plaintext. Its wrapping is done by Text::Wrap, so you can change $Text::Wrap::columns as you like. This is a subclass of Pod::Simple and inherits all its methods....
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTCThis class is for making an HTML rendering of a Pod document. This is a subclass of Pod::Simple::PullParser and inherits all its methods (and options). Note that if you want to do a batch conversion of a lot of Pod documents to HTML, you should see t...
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTCThis class is a formatter that takes Pod and renders it as LaTeX. If you are particularly interested in customizing this module's output even more, see the source and/or write to me....
JGOFF/Pod-Simple-LaTeX-0.06 - 22 Oct 2003 20:36:26 UTCThis module translates POD into Cool Talk....
CWEST/Pod-Simple-31337-0.02 - 27 Sep 2002 13:44:49 UTCThis class is a formatter that takes Pod and renders it as XHTML validating HTML. This is a subclass of Pod::Simple::Methody and inherits all its methods. The implementation is entirely different than Pod::Simple::HTML, but it largely preserves the s...
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTCThis is an internal module for controlling the debug level (a.k.a. trace level) of Pod::Simple. This is of interest only to Pod::Simple developers....
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTCThis module converts Pod format (perlpod) to the document model used by Pandoc <http://pandoc.org/>. The result can be accessed with methods of Pandoc::Elements and further processed with Pandoc to convert it to other document formats (HTML, Markdown...
VOJ/Pod-Pandoc-0.5.0 - 11 May 2018 21:24:46 UTCPod::Simple::Search is a class that you use for running searches for Pod files. An object of this class has several attributes (mostly options for controlling search options), and some methods for searching based on those attributes. The way to use t...
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTCThis class is of interest to people writing Pod formatters based on Pod::Simple. This class (which is very small -- read the source) overrides Pod::Simple's _handle_element_start, _handle_text, and _handle_element_end methods so that parser events ar...
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTCThis class returns a copy of its input, translated into Perl's internal encoding (UTF-8), and with all the non-Pod lines removed. This is a subclass of Pod::Simple::Methody and inherits all its methods. And since, that in turn is a subclass of Pod::S...
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTCThis 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 the given document). This is a ...
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTC***THIS IS ALPHA SOFTWARE. MAJOR PARTS WILL CHANGE*** I wrote just enough of this module to get my job done, and I skipped every part of the specification I didn't need while still making it flexible enough to handle stuff later. The style informatio...
BDFOY/Pod-WordML-0.164 - 22 Apr 2017 21:11:48 UTCRJBS/Pod-Eventual-0.094001 - 06 Nov 2013 03:11:49 UTC
This is a subclass of Pod::Simple, intended to be further subclassed. Objects of this class, as with Pod::Simple, can parse a POD document, internally using an event-based protocol, and subclasses are expected to add specific behaviour to do somethin...
ZEFRAM/Pod-Simple-FromTree-0.003 - 21 Jul 2017 00:17:15 UTC