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

Search results for "module:Pod::Perldoc::ToPod"

Pod::Perldoc::ToPod - let Perldoc render Pod as ... Pod! River stage five • 27 direct dependents • 19502 total dependents

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

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

Pod::Perldoc::ToTk - let Perldoc use Tk::Pod to render Pod River stage five • 27 direct dependents • 19502 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::Perldoc::ToRtf - let Perldoc render Pod as RTF River stage five • 27 direct dependents • 19502 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::ToMan - let Perldoc render Pod as man pages River stage five • 27 direct dependents • 19502 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::ToXml - let Perldoc render Pod as XML River stage five • 27 direct dependents • 19502 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::ToToc - Translate Pod to a Table of Contents River stage one • 2 direct dependents • 2 total dependents

This module uses the "Pod::Perldoc" module to extract a table of contents from a pod file....

BDFOY/Pod-Perldoc-ToToc-1.123 - 22 Jan 2024 17:40:09 UTC

Pod::Perldoc::BaseTo - Base for Pod::Perldoc formatters River stage five • 27 direct dependents • 19502 total dependents

This package is meant as a base of Pod::Perldoc formatters, like Pod::Perldoc::ToText, Pod::Perldoc::ToMan, etc. It provides default implementations for the methods is_pageable write_with_binmode output_extension _perldoc_elem The concrete formatter ...

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 • 19502 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 • 19502 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 • 19502 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::ToNroff - let Perldoc convert Pod to nroff River stage five • 27 direct dependents • 19502 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::Perldoc::ToChecker - let Perldoc check Pod for errors River stage five • 27 direct dependents • 19502 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 • 49 direct dependents • 185 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

Pod::Perldoc::ToTextTermcap - let Perldoc render Pod as plaintext with format escapes River stage zero No dependents

This is a "plug-in" class that allows Perldoc to use Pod::Text::Termcap as a formatter class. It supports all options supported by Pod::Perldoc::ToText....

SREZIC/Pod-Perldoc-ToTextTermcap-0.01 - 04 Sep 2009 21:23:39 UTC

Pod::Perldoc::ToTextOverstrike - let Perldoc render Pod as formatted overstrike text River stage zero No dependents

This is a "plug-in" class that allows Perldoc to use Pod::Text::Overstrike as a formatter class. It supports all options supported by Pod::Perldoc::ToText....

SREZIC/Pod-Perldoc-ToTextTermcap-0.01 - 04 Sep 2009 21:23:39 UTC

Pod::TOC - Extract a table of contents from a Pod file River stage one • 2 direct dependents • 2 total dependents

This is a "Pod::Simple" subclass to extract a table of contents from a pod file. It has the same interface as "Pod::Simple", and only changes the internal bits....

BDFOY/Pod-Perldoc-ToToc-1.123 - 22 Jan 2024 17:40:09 UTC

Pod::PerldocJp::ToText River stage one • 1 direct dependent • 1 total dependent

ISHIGAKI/Pod-PerldocJp-0.20 - 25 Aug 2019 10:34:33 UTC

Perl6::Perldoc::To::Text - Add a to_text() method to Perl6::Perldoc::Parser River stage one • 2 direct dependents • 3 total dependents

This module adds a method named "to_text()" to each of the classes in the "Perl6::Perldoc::Root" hierarchy, enabling them all to produce a plaintext representation of themselves and their nested components. The module also adds a "to_text()" method t...

DCONWAY/Perl6-Perldoc-0.000013 - 28 Oct 2014 20:32:41 UTC

Perl6::Perldoc::To::Ansi - ANSI-colored text renderer for Perl6::Perldoc River stage one • 1 direct dependent • 2 total dependents

This module is almost identical to the Text renderer, except that many constructs are highlighted with ANSI terminal codes. See Perl6::Perldoc::To::Text for more information....

HINRIK/Perl6-Perldoc-To-Ansi-0.11 - 17 Aug 2010 22:52:09 UTC

Perl6::Perldoc::To::Xhtml - Add a to_xhtml() method to Perl6::Perldoc::Parser River stage one • 2 direct dependents • 3 total dependents

This module adds a method named "to_xhtml()" to each of the classes in the "Perl6::Perldoc::Root" hierarchy, enabling them all to produce an XHTML representation of themselves and their nested components. The module also adds a "to_xhtml()" method to...

DCONWAY/Perl6-Perldoc-0.000013 - 28 Oct 2014 20:32:41 UTC
20 results (0.062 seconds)