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

Search results for "module:pod::attributes"

Pod::Generated::Attributes - use attributes to declare documentation River stage one • 1 direct dependent • 1 total dependent

This module provides attributes so you can declare documentation with the subroutine or variable you are documenting. The following attributes are provided: "Purpose" "Id" "Author" "Param" "Returns" "Throws" "Example" "Default" More documentation wil...

MARCEL/Pod-Generated-0.05 - 06 Dec 2009 23:53:33 UTC

Pod::Knit::Plugin::Attributes - POD structure for attributes River stage one • 1 direct dependent • 1 total dependent

YANICK/Pod-Knit-0.0.1 - 01 Aug 2018 23:06:11 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::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::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::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

Pod::Readme - Intelligently generate a README file from POD River stage two • 20 direct dependents • 46 total dependents

This module filters POD to generate a README file, by using POD commands to specify which parts are included or excluded from the README file....

RRWO/Pod-Readme-v1.2.3 - 31 Oct 2018 22:58:15 UTC

Pod::Weaver - weave together a Pod document from an outline River stage three • 134 direct dependents • 230 total dependents

Pod::Weaver is a system for building Pod documents from templates. It doesn't perform simple text substitution, but instead builds a Pod::Elemental::Document. Its plugins sketch out a series of sections that will be produced based on an existing Pod ...

RJBS/Pod-Weaver-4.020 - 21 Mar 2024 17:58:57 UTC

Markdown::Pod - Convert Markdown to POD River stage one • 1 direct dependent • 5 total dependents

This module parses Markdown text and return POD text. It uses Markdent module to parse Markdown. Due to POD doesn't support blockquoted HTML tag, so quoted text of Markdown will not be handled properly. Quoted text will be converted to POD verbatim s...

KEEDI/Markdown-Pod-0.008 - 11 Apr 2021 12:37:35 UTC

Pod::Headings - extract headings and paragraphs (and other elements) from Pod River stage zero No dependents

This class is primarily of interest to persons wishing to extract headings from Pod, as when indexing the functions documented within a given Pod. Call new() with a list of elements that your code will handle. Each element name should be followed eit...

WLINDLEY/Pod-Definitions-0.04 - 08 Jul 2022 19:56:28 UTC

Pod::Wordlist - English words that come up in Perl documentation River stage two • 12 direct dependents • 80 total dependents

Pod::Wordlist is used by Pod::Spell, providing a set of words that are English jargon words that come up in Perl documentation, but which are not to be found in general English lexicons. (For example: autovivify, backreference, chroot, stringify, wan...

HAARG/Pod-Spell-1.26 - 13 Mar 2023 20:22:56 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::Coverage - Checks if the documentation of a module is comprehensive River stage three • 65 direct dependents • 872 total dependents

Developers hate writing documentation. They'd hate it even more if their computer tattled on them, but maybe they'll be even more thankful in the long run. Even if not, perlmodstyle tells you to, so you must obey. This module provides a mechanism for...

RCLAMP/Pod-Coverage-0.23 - 01 May 2013 13:14:58 UTC

Pod::Generated - Generate POD documentation during "make" time River stage one • 1 direct dependent • 1 total dependent

This module provides support for generating POD documentation for your modules during "make" time. It does not itself generate the documentation - the combination of Module::Install::Template and Template::Plugin::PodGenerated does that. Also see Pod...

MARCEL/Pod-Generated-0.05 - 06 Dec 2009 23:53:33 UTC

Pod::Elemental - work with nestable Pod elements River stage three • 62 direct dependents • 254 total dependents

Pod::Elemental is a system for treating a Pod (plain old documentation) documents as trees of elements. This model may be familiar from many other document systems, especially the HTML DOM. Pod::Elemental's document object model is much less sophisti...

RJBS/Pod-Elemental-0.103006 - 31 Dec 2022 21:28:51 UTC

Pod::Weaver::Section::RSRCHBOY::LazyAttributes - Prefaced lazy attributes section River stage one • 2 direct dependents • 3 total dependents

RSRCHBOY/Dist-Zilla-PluginBundle-RSRCHBOY-0.077 - 05 Mar 2018 21:37:48 UTC

Pod::POM::Node - base class for a POM node River stage two • 27 direct dependents • 44 total dependents

This documentation describes the inner workings of the Pod::POM::Node module and gives a brief overview of the relationship between it and its derived classes. It is intended more as a guide to the internals for interested hackers than as general use...

NEILB/Pod-POM-2.01 - 07 Nov 2015 21:05:42 UTC

Pod::WSDL::Utils - Utilities and constants for Pod::WSDL (internal use only) River stage one • 1 direct dependent • 1 total dependent

This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it. If that is the case, take a look at the code, it is rather simple....

JCOP/Pod-WSDL-0.063 - 21 Oct 2014 23:16:57 UTC

Pod::Simple::RTF - format Pod as RTF River stage five • 134 direct dependents • 32646 total dependents

This class is a formatter that takes Pod and renders it as RTF, good for viewing/printing in MSWord, WordPad/write.exe, TextEdit, etc. This is a subclass of Pod::Simple and inherits all its methods....

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC
136 results (0.038 seconds)