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

Search results for "module:pod::N"

Perl6::Pod::FormattingCode::N - inline note River stage one • 4 direct dependents • 4 total dependents

Anything enclosed in an "N<>" code is an inline note. For example: Use a C<for> loop instead.B<N<The Perl 6 C<for> loop is far more powerful than its Perl 5 predecessor.>> Preferably with an explicit iterator variable. Renderers may render such annot...

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

Pod::L10N - Pod with L10N River stage zero No dependents

ARGRATH/Pod-L10N-1.07 - 16 Sep 2022 09:48:25 UTC

Pod::L10N::Html - module to convert pod files to HTML with L10N River stage zero No dependents

Converts files from pod format (see perlpod) to HTML format. Its API is fully compatible with Pod::Html. If input files support Pod::L10N::Format extended format, Pod::L10N::Html do some more works to print translated text pretty well....

ARGRATH/Pod-L10N-1.07 - 16 Sep 2022 09:48:25 UTC

Pod::L10N::Model - Model for Pod::L10N River stage one • 1 direct dependent • 1 total dependent

Pod::L10N::Model handles Pod::L10N structure....

ARGRATH/Pod-L10N-Model-1.06 - 03 Sep 2022 06:55:58 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

Lip::Pod - Literate Perl filter River stage zero No dependents

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

App::Pod - Quickly show available class methods and documentation. River stage zero No dependents

Basically, this is a tool that can quickly summarize the contents of a perl module....

TIMKA/App-Pod-0.36 - 13 Feb 2024 10:34:01 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::Help - Perl module to automate POD display River stage one • 3 direct dependents • 3 total dependents

Pod::Help allows your script or program to automaticlly display its POD when the user gives a certain command line parameter. Note: 'script or program'! I mean it, Pod::Help is not intended to be used by other modules. There are three different ways ...

JACOB/Pod-Help-1.00 - 08 Nov 2007 20:43:25 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::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

Pod::Term - Yet another POD Parser for terminal (ie command line) output River stage zero No dependents

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::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::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::XPath - use XPath expressions to navigate a POD document River stage zero No dependents

"Pod::XPath" allows accessing elements of a POD document using XPath expressions. The document or string is first turned into XML using "Pod::XML", and then passed to "XML::XPath" to parse. All standard XPath expressions can be used to retrieve data ...

DARREN/Pod-XPath-1.00 - 25 Sep 2003 12:40:22 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::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::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::Tested - Test the code in your POD and generates POD. River stage one • 1 direct dependent • 2 total dependents

This module lets you write POD documents that are testable. It also let's you generate pod sections dynamically. Any verbatim section (indented section) is considered part of the POD and the code to be tested. See the *not_tested* tag for verbatim se...

NKH/POD-Tested-0.06.4 - 15 Jan 2009 10:13:43 UTC
106 results (0.039 seconds)