Search results for "module:Pod::Simple::Text"
Pod::Simple::Text - format Pod as plaintext
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::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
Pod::Simple::TextContent - get the text content of Pod
This class is that parses Pod and dumps just the text content. It is mainly meant for use by the Pod::Simple test suite, but you may find some other use for it. 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::DumpAsText - dump Pod-parsing events as text
This class is for dumping, as text, the events gotten from parsing a Pod document. This class is of interest to people writing Pod formatters based on Pod::Simple. It is useful for seeing exactly what events you get out of some Pod that you feed in. ...
KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC
Pod::Simple::PullParserTextToken - text-tokens from Pod::Simple::PullParser
When you do $parser->get_token on a Pod::Simple::PullParser, you might get an object of this class. This is a subclass of Pod::Simple::PullParserToken and inherits all its methods, and adds these methods: $token->text This returns the text that this ...
KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 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::WikiDoc - Generate Pod from inline wiki style text
Pod works well, but writing it can be time-consuming and tedious. For example, commonly used layouts like lists require numerous lines of text to make just a couple of simple points. An alternative approach is to write documentation in a wiki-text sh...
DAGOLDEN/Pod-WikiDoc-0.21 - 08 May 2017 19:03:28 UTC
Tk::Pod - Pod browser toplevel widget
Simple Pod browser with hypertext capabilities in a "Toplevel" widget...
SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 UTC
Pod::LOL - parse Pod into a list of lists (LOL)
This class may be of interest to anyone writing a pod parser. This module takes pod (as a file) and returns a list of lists (LOL) structure. This is a subclass of Pod::Simple and inherits all of its methods....
TIMKA/Pod-LOL-0.13 - 18 Oct 2022 20:03:40 UTC
Lip::Pod - Literate Perl filter
Donald Knuth introduced Literate Programming, which is the idea that computer programs should be written in an expository style, as works of literature. He created a system called web, which implemented his ideas for Pascal and TeX. Later, a derivati...
GREGOR/Lip-Pod-0.001 - 19 Mar 2000 12:40:52 UTC
Pod::POM - POD Object Model
This module implements a parser to convert Pod documents into a simple object model form known hereafter as the Pod Object Model. The object model is generated as a hierarchical tree of nodes, each of which represents a different element of the origi...
NEILB/Pod-POM-2.01 - 07 Nov 2015 21:05:42 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::PlainText - Convert POD data to formatted ASCII text
NOTE: This module is considered legacy; modern Perl releases (5.31.1 and higher) are going to remove Pod-Parser from core and use Pod::Simple for all things POD. Pod::PlainText is a module that can convert documentation in the POD format (the preferr...
MAREKR/Pod-Parser-1.66 - 22 Apr 2023 16:52:40 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::Term - Yet another POD Parser for terminal (ie command line) output
Despite the plethora of Pod parsing modules on CPAN I couldn't seem to coax any into meeting my presentation requirements for pod printed at the terminal. I never anticipated getting diverted onto writing a full-blown POD parser, but that is what end...
TOMGRACEY/Pod-Term-0.02 - 02 May 2018 13:55:24 UTC
Pod::SAX - a SAX parser for Pod
Very simply, this module parses POD (or perl) files and turns the Plain Old Documentation into SAX events (which often you'll use to turn into XML, but there are other uses as well). The aim of this module is not round-tripping, so some things may be...
MSERGEANT/Pod-SAX-0.14 - 29 Jan 2003 18:25:32 UTC
Pod::Find - find POD documents in directory trees
NOTE: This module is considered legacy; modern Perl releases (5.31.1 and higher) are going to remove Pod-Parser from core and use Pod::Simple for all things POD. Pod::Find provides a set of functions to locate POD files. Note that no function is expo...
MAREKR/Pod-Parser-1.66 - 22 Apr 2023 16:52:40 UTC
Pod::Multi - pod2man, pod2text, pod2html simultaneously
When you install a Perl module from CPAN, documentation gets installed which is readable with perldoc and (at least on *nix-like systems) with man as well. You can convert that documentation to text and HTML formats with two utilities that come along...
JKEENAN/Pod-Multi-0.10 - 16 May 2017 16:47:12 UTC
Pod::Query - Query pod documents
This module takes a class name, extracts the POD and provides methods to query specific information....
TIMKA/Pod-Query-0.37 - 18 Oct 2022 21:18:38 UTC