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::Perldoc"

Pod::Perldoc - Look up Perl documentation in Pod format. River stage five • 27 direct dependents • 19792 total dependents

The guts of perldoc utility....

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 • 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::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::ToPod - let Perldoc render Pod as ... Pod! River stage five • 27 direct dependents • 19792 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::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::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::Cache - Caching perldoc output for quick reference River stage zero No dependents

Pod::Perldoc::Cache caches the formatted output from perldoc command and references it for the next time. Once the cache file is generated, perldoc command no more formats the pod file, but replies the cache contents instantly. This module keeps trac...

ADDSICT/Pod-Perldoc-Cache-0.02 - 23 Apr 2014 12:28:11 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 • 19792 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 • 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::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::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::GetOptsOO - Customized option parser for Pod::Perldoc River stage five • 27 direct dependents • 19792 total dependents

Implements a customized option parser used for Pod::Perldoc. Rather like Getopt::Std's getopts: Call Pod::Perldoc::GetOptsOO::getopts($object, \@ARGV, $truth) Given -n, if there's a opt_n_with, it'll call $object->opt_n_with( ARGUMENT ) (e.g., "-n fo...

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

Perldoc::Server::Model::Pod - Catalyst Model River stage zero No dependents

Catalyst Model....

JONALLEN/Perldoc-Server-0.10 - 15 Nov 2011 17:52:36 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
154 results (0.038 seconds)