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

Search results for "module:pod::given"

Pod::PP - POD pre-processor River stage zero No dependents

The "Pod::PP" module is a POD pre-processor built on top of "Pod::Parser". The helper script podpp provides a pre-processor command for POD, whose interface is very much like cpp, the C pre-processor. However, unlike C, the "Pod::PP" processing is no...

RAM/Pod-PP-0.1.2 - 01 Dec 2001 14:11:17 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::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::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::Find - find POD documents in directory trees River stage four • 98 direct dependents • 1275 total dependents

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.67 - 03 Jan 2024 21:23:20 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::Knit - Stitches together POD documentation River stage one • 1 direct dependent • 1 total dependent

"Pod::Knit" is a POD processor heavily inspired by Pod::Weaver. The main difference being that "Pod::Weaver" uses a Pod::Elemental DOM to represent and transform the POD document, whereas "Pod::Knit" uses representation of the document (the tags used...

YANICK/Pod-Knit-0.0.1 - 01 Aug 2018 23:06:11 UTC

Pod::Cats - The POD-like markup language written for podcats.in River stage zero No dependents

POD is an expressive markup language - like Perl is an expressive programming language - and for a plain text file format there is little finer. Pod::Cats is an extension of the POD semantics that adds more syntax and more flexibility to the language...

ALTREUS/Pod-Cats-0.08 - 26 Nov 2015 16:50:49 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::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

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

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::Query - Query pod documents River stage one • 1 direct dependent • 1 total dependent

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

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::Site - Build browsable HTML documentation for your app River stage zero No dependents

This program searches a list of directories and generates a jQuery <http://jquery.org/>-powered documentation site from all of the POD files it finds. It was originally designed for the Bricolage <http://bricolagecms.org/> project but is has evolved ...

DWHEELER/Pod-Site-0.56 - 15 Aug 2015 01:27:30 UTC

Pod::Html - module to convert pod files to HTML River stage five • 11292 direct dependents • 32664 total dependents

Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Pod::Html - module to convert pod files to HTML River stage five • 11292 direct dependents • 32664 total dependents

Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Perl6::Perldoc::Parser - Parse Perl 6's documentation mark-up language River stage one • 2 direct dependents • 3 total dependents

This module parses text marked up with the Perl 6 Pod notation and converts it to a hierarchical object-based representation....

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

Config::Pod - Configuration files in POD format River stage zero No dependents

Config::Pod allows configuration files to be written in POD. Any text may be included at any location without affecting the configuration since Config::Pod only pays attention to lines beginning with `='. Headings must be properly nested (head1 follo...

JSMITH/Config-Pod-0.01 - 24 Sep 2001 20:40:31 UTC

Pod::Github - convert POD to Github markdown River stage zero No dependents

Subclass of "Pod::Simple" that accepts POD and outputs Github Flavored Markdown (GFM). Optionally inlines or removes headings and/or prettifies the markdown to look better as a GitHub readme....

RJH/Pod-Github-0.04 - 24 Aug 2018 23:43:35 UTC
131 results (0.052 seconds)