Search results for "module:Pod::Escapes"
Pod::Escapes - for resolving Pod Elt...gt sequences
This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters. By default, Pod::Escapes exports none of its symbols. But you can request any of them to be exported. E...
NEILB/Pod-Escapes-1.07 - 09 Dec 2014 21:35:04 UTC
Pod::Hlp - convert POD data to formatted VMS HLP Help module text.
Pod::Hlp is a module that can convert documentation in the POD format (such as can be found throughout the Perl distribution) into formatted VMS "*.HLP" files. Such files can be inserted into an .HLB library through the "LIBRARY/HELP/REPLACE" system ...
PVHP/Pod2VMSHlp-1.02 - 01 Mar 2001 05:16:46 UTC
Pod::Dsr - Convert POD data to formatted DSR input
Pod::Dsr is a module to convert documentation in the POD format (the preferred language for documenting Perl) into Digital Standard Runoff (DSR) input. The resulting DSR code is suitable for display on a terminal using RUNOFF(1) and TYPE(1), or print...
PVHP/Pod2VMSHlp-1.02 - 01 Mar 2001 05:16:46 UTC
Pod::Man - Convert POD data to formatted *roff input
Pod::Man is a module to convert documentation in the POD format (the preferred language for documenting Perl) into *roff input using the man macro set. The resulting *roff code is suitable for display on a terminal using nroff(1), normally via man(1)...
RRA/podlators-5.01 - 25 Dec 2022 18:00:02 UTC
Pod::Text - Convert POD data to formatted text
Pod::Text is a module that can convert documentation in the POD format (the preferred language for documenting Perl) into formatted text. It uses no special formatting controls or codes, and its output is therefore suitable for nearly any device. Enc...
RRA/podlators-5.01 - 25 Dec 2022 18:00:02 UTC
Pod::LaTeX - Convert Pod data to formatted Latex
"Pod::LaTeX" is a module to convert documentation in the Pod format into Latex. The pod2latex command uses this module for translation. "Pod::LaTeX" is a derived class from Pod::Select....
TJENNESS/Pod-LaTeX-0.61 - 18 Jan 2013 13:35:42 UTC
Pod::Stupid - The simplest, stupidest 'pod parser' possible
This module was written to do one simple thing: Given some text as input, split it up into pieces of POD "paragraphs" and non-POD "whatever" and output an AoH describing each piece found, in order. The end user can do whatever s?he wishes with the ou...
SSCAFFIDI/Pod-Stupid-0.005 - 17 Sep 2010 21:32:57 UTC
Pod::Perldoc::ToTerm - render Pod with terminal escapes
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::Text::Termcap - Convert POD data to ASCII text with format escapes
Pod::Text::Termcap is a simple subclass of Pod::Text that highlights output text using the correct termcap escape sequences for the current terminal. Apart from the format codes, it in all ways functions like Pod::Text. See Pod::Text for details and ...
RRA/podlators-5.01 - 25 Dec 2022 18:00:02 UTC
Pod::Markdown - Convert POD to Markdown
This module uses Pod::Simple to convert POD to Markdown. Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate. By default "markdown" and "html" formatted regions are accepted. Regions of "ma...
RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC
Pod::Perldoc::ToANSI - render Pod with ANSI color escapes
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::Tree::HTML - Generate HTML from a Pod::Tree
"Pod::Tree::HTML" reads a POD and translates it to HTML. The source and destination are fixed when the object is created. Options are provided for controlling details of the translation. The "translate" method does the actual translation. For conveni...
MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC
Pod::Tree::Node - nodes in a Pod::Tree
"Pod::Tree::Node" objects are nodes in a tree that represents a POD. Applications walk the tree to recover the structure and content of the POD. Methods are provided for * creating nodes in the tree * parsing the POD into nodes * returning informatio...
MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC
Pod::Simple::XHTML - format Pod as validating XHTML
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::Pandoc - convert Pod to Pandoc document model
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
Perl::Critic::Utils::POD - Utility functions for dealing with POD.
Provides means of accessing chunks of POD....
PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC
Perl::ToPerl6::Utils::POD - Utility functions for dealing with POD.
Provides means of accessing chunks of POD....
JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC
Pod::POM::View::HTML::Filter - Use filters on sections of your pod documents
This module is a subclass of "Pod::POM::View::HTML" that support the "filter" extension. This can be used in "=begin" / "=end" and "=for" pod blocks. Please note that since the view maintains an internal state, only an instance of the view can be use...
BOOK/Pod-POM-View-HTML-Filter-0.09 - 28 Jan 2007 10:33:28 UTC
Pod::Simple::Wiki::Markdown - A class for creating Pod to Markdown wiki filters.
The "Pod::Simple::Wiki::Markdown" module is used for converting Pod text to Markdown text. Pod (Plain Old Documentation) is a simple markup language used for writing Perl documentation. This module isn't generally invoked directly. Instead it is call...
JMCNAMARA/Pod-Simple-Wiki-0.20 - 09 Nov 2015 22:56:07 UTC
Pod::Simple::Text::Termcap - Convert POD data to ASCII text with format escapes
"Pod::Simple::Text::Termcap" is a subclass of "Pod::Simple::Text". This module is just a drop in replacement for Pod::Simple::Text. "Pod::Simple::Text::Termcap" prints headlines and "B<>" tags bold. "I<>" and "F<>" tags are underlined. Thats all. Pre...
BORISZ/Pod-Simple-Text-Termcap-0.01 - 19 May 2005 14:43:10 UTC