The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Pod::Simple"

lib/Pod/Simple.pm River stage five • 134 direct dependents • 32646 total dependents

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::Select - Select parts in a file using pod directives River stage zero No dependents

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 UTC

Pod::Simple::RTF - format Pod as RTF River stage five • 134 direct dependents • 32646 total dependents

This 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.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::Vim - Render pod for display in vim River stage zero No dependents

This 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 UTC

Pod::Simple::Data - retrieve the data inlined in Pod River stage zero No dependents

This 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 UTC

Pod::Simple::Wiki - A class for creating Pod to Wiki filters. River stage one • 6 direct dependents • 6 total dependents

The "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 UTC

Pod::Simple::HTML - convert Pod to HTML River stage five • 134 direct dependents • 32646 total dependents

This 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.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::Text - format Pod as plaintext River stage five • 134 direct dependents • 32646 total dependents

This 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.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::LaTeX - format Pod as LaTeX River stage zero No dependents

This 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 UTC

Pod::Simple::XHTML - format Pod as validating XHTML River stage five • 134 direct dependents • 32646 total dependents

This 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.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::31337 - Convert POD to Cool Talk River stage zero No dependents

This module translates POD into Cool Talk....

CWEST/Pod-Simple-31337-0.02 - 27 Sep 2002 13:44:49 UTC

Pod::Simple::Debug - put Pod::Simple into trace/debug mode River stage five • 134 direct dependents • 32646 total dependents

This 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.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::Words - Parse words and locations from a POD document River stage zero No dependents

This Pod::Simple parser extracts words from POD, with location information. Some other event types are supported for convenience. The intention is to feed this into a spell checker. Note: stopwords This module recognizes inlined stopwords. These are ...

PLICEASE/Pod-Simple-Words-0.07 - 24 Jun 2021 06:38:08 UTC

Pod::Simple::Pandoc - convert Pod to Pandoc document model River stage zero No dependents

This 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 UTC

Pod::Simple::Search - find POD documents in directory trees River stage five • 134 direct dependents • 32646 total dependents

Pod::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.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::Checker - check the Pod syntax of a document River stage five • 134 direct dependents • 32646 total dependents

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 the given document). This is a ...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::Methody - turn Pod::Simple events into method calls River stage five • 134 direct dependents • 32646 total dependents

This 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.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::JustPod - just the Pod, the whole Pod, and nothing but the Pod River stage five • 134 direct dependents • 32646 total dependents

This 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.45 - 15 May 2023 23:28:35 UTC

Pod::Eventual::Simple - just get an array of the stuff Pod::Eventual finds River stage three • 6 direct dependents • 552 total dependents

RJBS/Pod-Eventual-0.094003 - 31 Dec 2022 21:49:21 UTC

Pod::Simple::FromTree - parse POD from tree form River stage zero No dependents

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
210 results (0.051 seconds)