The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:pod::o"

Pod::Pandoc - process Plain Old Documentation format with Pandoc River stage zero No dependents

The Plain Old Documentation format (Pod) is a markup language used to document Perl code (see perlpod for reference). Several Perl modules exist to process and convert Pod into other formats. Pod::Pandoc is an attempt to unify and extend Pod converti...

VOJ/Pod-Pandoc-0.5.0 - 11 May 2018 21:24:46 UTC

Pod::Advent - POD Formatter for The Perl Advent Calendar River stage zero No dependents

This module provides a POD formatter that is designed to facilitate the create of submissions for The Perl Advent Calendar (<http://perladvent.pm.org>) by providing authors with simple markup that will be automatically transformed to full-fill the sp...

DAVIDRW/Pod-Advent-0.24 - 21 Feb 2011 18:28:37 UTC

Pod::objects - package with objects for representing POD documents River stage zero No dependents

The following section describes the objects returned by Pod::Compiler and their methods. These objects all inherit from Tree::DAG_Node, so all methods described there are valid as well. The set/retrieve methods all work in the following way: If no ar...

MAREKR/Pod-Compiler-0.21 - 22 Sep 2013 15:41:49 UTC

Pod::Spelling - Send POD to a spelling checker River stage one • 1 direct dependent • 1 total dependent

This module provides extensible spell-checking of POD. At present, it requires either Lingua::Ispell or Text::Aspell, one of which must be installed on your system, with its binaries, unless you plan to use the API to provide your own spell-checker. ...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 UTC

Tk::Pod::FindPods - find Pods installed on the current system River stage two • 7 direct dependents • 13 total dependents

SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 UTC

Pod::Perldoc::ToTk - let Perldoc use Tk::Pod to render Pod River stage five • 27 direct dependents • 19792 total dependents

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....

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 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::Perldoc::ToRtf - let Perldoc render Pod as RTF River stage five • 27 direct dependents • 19792 total dependents

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 m...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Perldoc::ToXml - let Perldoc render Pod as XML River stage five • 27 direct dependents • 19792 total dependents

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 P...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Perldoc::ToMan - let Perldoc render Pod as man pages River stage five • 27 direct dependents • 19792 total dependents

This is a "plug-in" class that allows Perldoc to use Pod::Man and "groff" for reading Pod pages. The following options are supported: center, date, fixed, fixedbold, fixeditalic, fixedbolditalic, quotes, release, section (Those options are explained ...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Perldoc::ToText - let Perldoc render Pod as plaintext River stage five • 27 direct dependents • 19792 total dependents

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::Modul...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Perldoc::ToTerm - render Pod with terminal escapes River stage five • 27 direct dependents • 19792 total dependents

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 term -w indent:5 Some::Modul...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Perldoc::ToANSI - render Pod with ANSI color escapes River stage five • 27 direct dependents • 19792 total dependents

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 term -w indent:5 Some::Modul...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Parser::Groffmom - Convert POD to a format groff_mom can handle. River stage zero No dependents

This subclass of "Pod::Parser" will take a POD file and produce "mom" output. See <http://linuxgazette.net/107/schaffter.html> for a gentle introduction. If you have "groff" on your system, it *should* have docs for "momdoc". Otherwise, you can read ...

OVID/Pod-Parser-Groffmom-0.042 - 11 Nov 2009 11:46:17 UTC

Pod::Perldoc::ToNroff - let Perldoc convert Pod to nroff River stage five • 27 direct dependents • 19792 total dependents

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. F...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Spelling::Ispell - Spell-test POD with Ispell River stage one • 1 direct dependent • 1 total dependent

Checks the spelling in POD using the "ispell" program, which is expected to be found on the system. When calling the constructor, you may supply the argument "ispell_path" to specify the full path to the "ispell" executable. This module has a guess, ...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 UTC

Pod::Spelling::Aspell - Spell-test POD with Aspell River stage one • 1 direct dependent • 1 total dependent

Checks the spelling in POD using the "aspell" program, which is expected to be found on the system. You may configure and supply an instance of "Text::Aspell" to the constructor with the "aspell" argument. For details of options and methods, see the ...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 UTC

Pod::CYOA::Transformer - transform 'cyoa' regions River stage zero No dependents

RJBS/Pod-CYOA-0.004 - 31 Dec 2022 21:49:10 UTC

Pod::Perldoc::ToChecker - let Perldoc check Pod for errors River stage five • 27 direct dependents • 19792 total dependents

This is a "plug-in" class that allows Perldoc to use Pod::Simple::Checker as a "formatter" class (or if that is not available, then Pod::Checker), to check for errors in a given Pod file. This is actually a Pod::Simple::Checker (or Pod::Checker) subc...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Perldoc::ToMarkdown - Enable `perldoc -o Markdown` River stage three • 53 direct dependents • 203 total dependents

Pod::Perldoc expects a Pod::Parser compatible module, however Pod::Markdown did not historically provide an entirely Pod::Parser compatible interface. This module bridges the gap....

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC
24 results (0.049 seconds)