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

Search results for "module:POD::Checker"

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::Simple::Checker - check the Pod syntax of a document River stage five • 134 direct dependents • 32646 total dependents

This class is for checking the syntactic validity of Pod. It works by basically acting like a simple-minded version of Pod::Simple::Text that formats only the "Pod Errors" section (if Pod::Simple even generates one for the given document). This is a ...

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

Pod::PseudoPod::Checker - check the PseudoPod syntax of a document River stage two • 9 direct dependents • 10 total dependents

This class is for checking the syntactic validity of Pod. It works by basically acting like a simple-minded version of Pod::PseudoPod::Text that formats only the "Pod Errors" section (if Pod::PseudoPod even generates one for the given document). It's...

CHROMATIC/Pod-PseudoPod-0.19 - 01 Sep 2019 20:59:15 UTC

Pod::Perldoc::ToChecker - let Perldoc check Pod for errors River stage five • 27 direct dependents • 19502 total dependents

This is a "plug-in" class that allows Perldoc to use Pod::Simple::Checker as a "formatter" class (or if that is not available, then Pod::Checker), to check for errors in a given Pod file. This is actually a Pod::Simple::Checker (or Pod::Checker) subc...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC

Pod::Spelling - Send POD to a spelling checker River stage one • 1 direct dependent • 1 total dependent

This module provides extensible spell-checking of POD. At present, it requires either Lingua::Ispell or Text::Aspell, one of which must be installed on your system, with its binaries, unless you plan to use the API to provide your own spell-checker. ...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 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::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::Xhtml - Generate well-formed XHTML documents from POD format documentation River stage two • 7 direct dependents • 13 total dependents

new Pod::Xhtml( [ OPTIONS ] ) Create a new object. Optionally pass in some options in the form 'new Pod::Xhtml( StringMode => 1);' $parser->parse_from_file( INPUTFILE, [OUTPUTFILE] ) Read POD from the input file, output to the output file (or STDOUT ...

BBC/Pod-Xhtml-1.61 - 02 Aug 2010 15:30: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::Escapes - for resolving Pod Elt...gt sequences River stage five • 11 direct dependents • 32646 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

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

Pod::ParseUtils - helpers for POD parsing and conversion 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::ParseUtils contains a few object-oriented helper packages for POD parsing and proce...

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

Marek::Pod::HTML - convert Perl POD documents to HTML River stage zero No dependents

THIS IS PRELIMINARY SOFTWARE! The "Marek::" namespace is strictly preliminary until a regular place in CPAN is found. Marek::Pod::HTML converts one or more Pod documents into individual HTML files. This is meant to be a successor of Tom Christiansen'...

MAREKR/MarekPodHtml-0.49 - 16 Jan 2003 20:53:56 UTC

Pod::Simple::Words - Parse words and locations from a POD document River stage zero No dependents

This Pod::Simple parser extracts words from POD, with location information. Some other event types are supported for convenience. The intention is to feed this into a spell checker. Note: stopwords This module recognizes inlined stopwords. These are ...

PLICEASE/Pod-Simple-Words-0.07 - 24 Jun 2021 06:38:08 UTC

Pod::MinimumVersion - Perl version for POD directives used River stage two • 1 direct dependent • 19 total dependents

"Pod::MinimumVersion" parses the POD in a Perl script, module, or document, and reports what version of Perl is required to process the directives in it with "pod2man" etc....

KRYDE/Pod-MinimumVersion-50 - 01 Apr 2011 19:34:29 UTC

Test::Pod::Spelling - A Test library to spell-check POD files River stage one • 1 direct dependent • 1 total dependent

This module exports two routines, described below, to test POD for spelling errors, using either Lingua::Ispell and Text::Aspell. One of those modules must be installed on your system, with their binaries, unless you plan to use the API to provide yo...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 UTC

Test::Pod::LinkCheck - Tests POD for invalid links River stage two • 5 direct dependents • 21 total dependents

This module looks for any links in your POD and verifies that they point to a valid resource. It uses the Pod::Simple parser to analyze the pod files and look at their links. In a nutshell, it looks for "L<Foo>" links and makes sure that Foo exists. ...

APOCAL/Test-Pod-LinkCheck-0.008 - 02 Nov 2014 00:39:38 UTC

Test::Pod::CoverageChange - Test Perl files for POD coverage and syntax changes River stage zero No dependents

"Test::Pod::CoverageChange" is a helper combining Test::Pod::Coverage and Pod::Checker to test for both POD coverage and syntax changes for a module distribution at once, via a single call to "pod_coverage_syntax_ok". Possible results * passes if the...

BINARY/Test-Pod-CoverageChange-0.003 - 17 Aug 2022 12:52:17 UTC
23 results (0.034 seconds)