Search results for "module:Pod::Simple::Checker"
Pod::Simple::Checker - check the Pod syntax of a document
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::Find - find POD documents in directory trees
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.66 - 22 Apr 2023 16:52:40 UTC
Pod::Spell - a formatter for spellchecking Pod
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::Checker - check pod documents for syntax errors
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.75 - 21 May 2022 16:21:10 UTC
Pod::Parser - base class for creating POD filters and translators
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.66 - 22 Apr 2023 16:52:40 UTC
Pod::objects - package with objects for representing POD documents
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::HTML2Pod - translate HTML into POD
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
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.66 - 22 Apr 2023 16:52:40 UTC
Marek::Pod::HTML - convert Perl POD documents to HTML
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
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
Test::Pod::LinkCheck - Tests POD for invalid links
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
Pod::PseudoPod::Checker - check the PseudoPod syntax of a document
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
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