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

Search results for "module:pod::S"

Perl6::Pod::FormattingCode::S - Space-preserving text River stage one • 4 direct dependents • 4 total dependents

Any text enclosed in an "S<>" code is formatted normally, except that every whitespace character in it—including any newline—is preserved. These characters are also treated as being non-breaking (except for the newlines, of course). For example: The ...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC

Pod::S5 - Generate S5 slideshow from POD source. River stage one • 1 direct dependent • 1 total dependent

Pod::S5 converts POD input to a S5 HTML slideshow. No additional software is required. Just write a POD file, run Pod::S5 on it - and you're done. This is the perl module which actually generates the S5 markup output. It doesn't output nor create the...

TLINDEN/Pod-S5-0.09 - 03 Jul 2013 09:24:17 UTC

Test::Pod::No404s - Using this test module will check your POD for any http 404 links River stage two • 3 direct dependents • 17 total dependents

This module looks for any http(s) links in your POD and verifies that they will not return a 404. It uses LWP::UserAgent for the heavy lifting, and simply lets you know if it failed to retrieve the document. More specifically, it uses $response->is_e...

APOCAL/Test-Pod-No404s-0.02 - 02 Nov 2014 02:38:41 UTC

lib/IO/K8s/Api/Core/V1/Pod.pm River stage zero No dependents

JLMARTIN/IO-K8s-0.03 - 15 May 2018 14:03:57 UTC

Pod::Rtf River stage zero No dependents

Uses Pod::Parser to convert pod documentation to Rich Text Format (rtf) suitable for compilation by a Windows Help compiler....

PVHP/Pod2WinHlp-0.02 - 10 Jul 2000 03:05:35 UTC

Pod::Dsr - Convert POD data to formatted DSR input River stage zero No dependents

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::XML - Module to convert POD to XML River stage one • 2 direct dependents • 2 total dependents

This module uses Pod::Parser to parse POD and generates XML from the resulting parse stream. It uses its own format, described below....

MWILSON/Pod-XML-0.99 - 03 Feb 2007 16:57:06 UTC

Pod::POM - POD Object Model River stage two • 27 direct dependents • 44 total dependents

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 River stage five • 62 direct dependents • 32646 total dependents

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::Loom - Weave pseudo-POD into real POD River stage one • 1 direct dependent • 1 total dependent

Pod::Loom extracts all the POD sections from Perl code, passes the POD to a template that may reformat it in various ways, and then returns a copy of the code with the reformatted POD at the end. A template may convert non-standard POD commands like ...

CJM/Pod-Loom-0.08 - 23 Mar 2014 21:16:34 UTC

Pod::Text - Convert POD data to formatted text River stage five • 62 direct dependents • 32646 total dependents

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::Tree - Create a static syntax tree for a POD River stage one • 2 direct dependents • 2 total dependents

"Pod::Tree" parses a POD into a static syntax tree. Applications walk the tree to recover the structure and content of the POD. See "Pod::Tree::Node" for a description of the tree....

MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC

Test::Pod::Links - test Pod for invalid HTTP/S links River stage zero No dependents

Tests that all HTTP/S links from Pod documentation are reachable by calling the "head" method of HTTP::Tiny on them. All non HTTP/S links are ignored. You can check them with Test::Pod::LinkCheck. This test is an author test and should not run on end...

SKIRMESS/Test-Pod-Links-0.003 - 03 Aug 2019 13:54:38 UTC

Pod::SAX - a SAX parser for Pod River stage one • 2 direct dependents • 2 total dependents

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::Index - Index and search PODs using Xlt> entries. River stage zero No dependents

The Pod-Index distribution includes various modules for indexing and searching POD that is appropriately marked with X<> POD codes. "Pod::Index", as a module, does nothing. Everything is done by Pod::Index::Builder, Pod::Index::Search, and other help...

ITUB/Pod-Index-0.14 - 16 Oct 2005 00:29:18 UTC

Pod::Spell - a formatter for spellchecking Pod River stage two • 12 direct dependents • 80 total dependents

Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell is rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that you...

HAARG/Pod-Spell-1.26 - 13 Mar 2023 20:22:56 UTC

Perl6::Pod - Pod6 implementation River stage one • 4 direct dependents • 4 total dependents

Pod is an evolution of Perl 5's Plain Old Documentation (POD) markup. Compared to Perl 5 POD, Perldoc's Pod dialect is much more uniform, somewhat more compact, and considerably more expressive. The Pod dialect also differs in that it is a purely des...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC

Pod::Xhtml - Generate well-formed XHTML documents from POD format documentation River stage two • 7 direct dependents • 13 total dependents

new Pod::Xhtml( [ OPTIONS ] ) Create a new object. Optionally pass in some options in the form 'new Pod::Xhtml( StringMode => 1);' $parser->parse_from_file( INPUTFILE, [OUTPUTFILE] ) Read POD from the input file, output to the output file (or STDOUT ...

BBC/Pod-Xhtml-1.61 - 02 Aug 2010 15:30:37 UTC

Pod::LaTeX - Convert Pod data to formatted Latex River stage one • 2 direct dependents • 2 total dependents

"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::Usage - extracts POD documentation and shows usage information River stage five • 625 direct dependents • 19486 total dependents

pod2usage will print a usage message for the invoking script (using its embedded pod documentation) and then exit the script with the desired exit status. The usage message printed may have any one of three levels of "verboseness": If the verbose lev...

MAREKR/Pod-Usage-2.03 - 21 May 2022 17:16:06 UTC
114 results (0.039 seconds)