The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module::perlpodspec"

perl - The Perl 5 language interpreter River stage five • 11693 direct dependents • 33184 total dependents

Perl officially stands for Practical Extraction and Report Language, except when it doesn't. Perl was originally a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that ...

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

perlfaq7 - General Perl Language Issues River stage zero No dependents

This section deals with general Perl language issues that don't clearly fit into any of the other sections. Can I get a BNF/yacc/RE for the Perl language? There is no BNF, but you can paw your way through the yacc grammar in perly.y in the source dis...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

pod2pdf - converts Pod to PDF format River stage one • 2 direct dependents • 2 total dependents

pod2pdf converts documents written in Perl's POD (Plain Old Documentation) format to PDF files. Usage pod2pdf [options] input.pod >output.pdf If no input filename is specified, pod2pdf will read from STDIN, e.g. perldoc -u File::Find | pod2pdf [optio...

JONALLEN/pod2pdf-0.42 - 26 Oct 2007 08:12:57 UTC - Search in distribution

podlinkcheck - check Perl pod Lltgt link references River stage two • 2 direct dependents • 25 total dependents

PodLinkCheck parses Perl POD from a script, module or documentation and checks that "L<>" links within it refer to a known program, module, or man page. L<foo> check module, pod or program "foo" L<foo/section> and check section within the pod L<bar(1...

KRYDE/podlinkcheck-15 - 30 Apr 2017 08:05:34 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Pod::WikiDoc - Generate Pod from inline wiki style text River stage two • 1 direct dependent • 22 total dependents

Pod works well, but writing it can be time-consuming and tedious. For example, commonly used layouts like lists require numerous lines of text to make just a couple of simple points. An alternative approach is to write documentation in a wiki-text sh...

DAGOLDEN/Pod-WikiDoc-0.21 - 08 May 2017 19:03:28 UTC - Search in distribution

Pod::Tidy - a reformatting Pod Processor River stage two • 4 direct dependents • 12 total dependents

This module provides the *heavy lifting* needed by the "podtidy" utility although the API should be general enough that it can be used directly....

JHOBLITT/Pod-Tidy-0.10 - 17 Feb 2009 21:52:33 UTC - Search in distribution

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

Pod::2::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...

JKUTEJ/Pod-2-DocBook-0.03 - 02 May 2009 13:45:42 UTC - Search in distribution

Marpa::R2::Scanless - Scanless interface River stage two • 39 direct dependents • 56 total dependents

JKEGL/Marpa-R2-12.000000 - 25 Dec 2022 14:47:30 UTC - Search in distribution

Pod::HtmlEasy - Generate personalized HTML from PODs. River stage one • 1 direct dependent • 1 total dependent

The purpose of this module is to generate HTML data from POD in a easy and personalized mode. By default the HTML generated is similar to the CPAN site style for module documentation....

GLEACH/Pod-HtmlEasy-v1.1.11a - 23 Aug 2014 02:12:52 UTC - Search in distribution

Pod::Simple - framework for parsing Pod River stage five • 135 direct dependents • 33164 total dependents

Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. The Pod format is explained in perlpod; the most common formatter is...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC - Search in distribution

Pod::Stupid - The simplest, stupidest 'pod parser' possible River stage zero No dependents

This module was written to do one simple thing: Given some text as input, split it up into pieces of POD "paragraphs" and non-POD "whatever" and output an AoH describing each piece found, in order. The end user can do whatever s?he wishes with the ou...

SSCAFFIDI/Pod-Stupid-0.005 - 17 Sep 2010 21:32:57 UTC - Search in distribution

Pod::Clipper - Extract blocks of POD from a text document River stage zero No dependents

This module allows you to divide a document/string into POD and non-POD blocks of text. This is useful for extracting POD data (or code) from a "mixed" document, like most perl modules on CPAN. POD data is identified as per the perlpodspec manpage. I...

YHA/Pod-Clipper-0.01 - 01 Jun 2010 03:19:33 UTC - Search in distribution

Pod::Markdown - Convert POD to Markdown River stage three • 53 direct dependents • 203 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 - Search in distribution

Pod::Escapes - for resolving Pod Elt...gt sequences River stage five • 11 direct dependents • 33164 total dependents

This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters. By default, Pod::Escapes exports none of its symbols. But you can request any of them to be exported. E...

NEILB/Pod-Escapes-1.07 - 09 Dec 2014 21:35:04 UTC - Search in distribution

Pod::Abstract - Abstract document tree for Perl POD documents River stage two • 5 direct dependents • 14 total dependents

POD::Abstract provides a means to load a POD (or POD compatible) document without direct reference to it's syntax, and perform manipulations on the abstract syntax tree. This can be used to support additional features for POD, to format output, to co...

BLILBURNE/Pod-Abstract-0.20 - 03 Jan 2010 02:03:58 UTC - Search in distribution

Pod::Readme - Intelligently generate a README file from POD River stage two • 20 direct dependents • 47 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 - Search in distribution

Tinder::API - Unofficial internal Tinder's API calls. River stage zero No dependents

This module was orginally the first Perl library to interract with Tinder app. As you may know, Tinder uses a series of non encrypted API calls in order to make the client-server possible. Those calls are greatly documented in -<https://gist.github.c...

XXGHOSTXX/Tinder-API-0.03 - 19 Feb 2015 16:30:27 UTC - Search in distribution

Pod::PerlPoint - a POD to PerlPoint converter class River stage zero No dependents

"Pod::PerlPoint" is a translator class to transform POD documents into PerlPoint sources. It is based on "Pod::Simple::Methody" and inherits all its capabilities, so please see the docs of "Pod::Simple::Methody" for advanced features. Once you have t...

JSTENZEL/Pod-PerlPoint-0.06 - 22 Apr 2006 22:12:07 UTC - Search in distribution
31 results (0.072 seconds)