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

Search results for "module:pod::B"

Perl6::Pod::FormattingCode::B - Basis/focus of sentence River stage one • 4 direct dependents • 4 total dependents

The "B<>" formatting code specifies that the contained text is the basis or focus of the surrounding text; that it is of fundamental significance. Such content would typically be rendered in a bold style or in "<strong>"..."</strong>" tags....

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

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

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::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::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::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

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::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::BBCode - converts a POD file to a page using BB code. River stage zero No dependents

This class converts a file in POD syntax to the BBCode syntax, in order to simplify the posting process on vBulletin forums. See any vBulletin forum's help for a description of the BBCode syntax. Pod::BBCode derives from Pod::Parser and therefore inh...

CHAOSLAW/Pod-BBCode-1.5 - 15 May 2005 14:00:10 UTC

Pod::Advent - POD Formatter for The Perl Advent Calendar River stage zero No dependents

This module provides a POD formatter that is designed to facilitate the create of submissions for The Perl Advent Calendar (<http://perladvent.pm.org>) by providing authors with simple markup that will be automatically transformed to full-fill the sp...

DAVIDRW/Pod-Advent-0.24 - 21 Feb 2011 18:28:37 UTC

Pod::Parser - base class for creating POD filters and translators 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::Parser is a base class for creating POD filters and translators. It handles most of...

MAREKR/Pod-Parser-1.67 - 03 Jan 2024 21:23:20 UTC

Pod::AxPoint - Generate AxPoint XML slideshow from POD source. River stage zero No dependents

Pod::AxPoint converts POD input to AxPoint XML, which can be used to generate HTML Slideshows. The script pod2axpoint delivered with Pod::AxPoint provides a commandline frontend for the module. There is another script for this purpose on cpan, podsli...

TLINDEN/Pod-AxPoint-0.04 - 30 Mar 2007 12:59:00 UTC

Pod::objects - package with objects for representing POD documents River stage zero No dependents

The following section describes the objects returned by Pod::Compiler and their methods. These objects all inherit from Tree::DAG_Node, so all methods described there are valid as well. The set/retrieve methods all work in the following way: If no ar...

MAREKR/Pod-Compiler-0.21 - 22 Sep 2013 15:41:49 UTC

Pod::Autopod - Generates pod documentation by analysing perl modules. River stage one • 1 direct dependent • 1 total dependent

This Module is designed to generate pod documentation of a perl class by analysing its code. The idea is to have something similar like javadoc. So it uses also comments written directly obove the method definitions. It is designed to asumes a pm fil...

AHERNIT/Pod-Autopod-1.215 - 09 Dec 2016 15:54:43 UTC

Pod::DocBook - Convert Pod data to DocBook SGML River stage zero No dependents

Pod::DocBook is a module for translating Pod-formatted documents to DocBook 4.2 SGML (see <http://www.docbook.org/>). It is primarily a back end for pod2docbook, but, as a Pod::Parser subclass, it can be used on its own. The only public extensions to...

NANDU/Pod-DocBook-1.2 - 16 Mar 2004 22:28:08 UTC

Pod::Checker - check pod documents for syntax errors River stage two • 12 direct dependents • 41 total dependents

podchecker will perform syntax checking of Perl5 POD format documentation. Curious/ambitious users are welcome to propose additional features they wish to see in Pod::Checker and podchecker and verify that the checks are consistent with perlpod. The ...

MAREKR/Pod-Checker-1.77 - 04 Feb 2024 16:21:48 UTC

Pod::Cookbook - Recipes for working with POD River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Pod-Cookbook-0.001 - 14 Apr 2020 09:08:10 UTC
66 results (0.037 seconds)