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

Search results for "module:Pod::Man"

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::Perldoc::ToMan - let Perldoc render Pod as man pages River stage five • 27 direct dependents • 19502 total dependents

This is a "plug-in" class that allows Perldoc to use Pod::Man and "groff" for reading Pod pages. The following options are supported: center, date, fixed, fixedbold, fixeditalic, fixedbolditalic, quotes, release, section (Those options are explained ...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 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::Pdf - A POD to PDF translator River stage zero No dependents

"pod2pdf" translates single "POD" (Perl Plain Old Documentation) files and translates them to "PDF" (Adobe Portable Document Format) files. Future extensions to this program may permit translation of multiple "POD" files into a single book. At this s...

AJFRY/Pod-Pdf-1.2 - 31 May 2000 10:04:09 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::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::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::Multi - pod2man, pod2text, pod2html simultaneously River stage zero No dependents

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::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::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::Walker - Walks a directory and runs any Perl files through the specified POD converter. River stage zero No dependents

VVELOX/POD-Walker-0.0.0 - 10 Feb 2010 15:21:41 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::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::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::Markdown - Convert POD to Markdown River stage three • 49 direct dependents • 185 total dependents

This module uses Pod::Simple to convert POD to Markdown. Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate. By default "markdown" and "html" formatted regions are accepted. Regions of "ma...

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC

Pod::Simplify - Simplify the pod (Plain Old Documentation) portion of a file River stage zero No dependents

MARKUP These are markups that are accepted. Several are introduced as internal markup, but their use in regular pod is encouraged to help the cross-referencing process. C<> = Code B<> = Bold I<> = Italics V<> = Variable P<> = Function/Procedure S<> =...

KJALB/PodSimplify-0.04 - 16 Aug 1996 19:14:10 UTC

Pod::Compiler - compile POD into an object tree River stage zero No dependents

This package, based on Pod::Parser, compiles a given POD document into an object tree (based on Tree::DAG_Node). It prints errors and warnings about the POD it reads. The result can be used to conveniently convert the POD into any other format. The r...

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

Pod::HTML2Pod - translate HTML into POD River stage zero No dependents

Larry Wall once said (1999-08-27, on the "pod-people" list, I do believe): "The whole point of pod is to get people to document stuff they wouldn't document in any other form." To that end, I wrote this module so that people who are unpracticed with ...

SBURKE/Pod-HTML2Pod-4.05 - 30 Dec 2004 07:49:03 UTC

Tk::Pod::Text - Pod browser widget River stage two • 5 direct dependents • 11 total dependents

Tk::Pod::Text is a readonly text widget that can display Pod documentation....

SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 UTC
42 results (0.031 seconds)