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

Search results for "module:pod::CHECK"

App::perl::distrolint::Check::Pod - check that every Perl source file contains documentation River stage zero No dependents

This checks that Perl source code files contain at least one block of Pod. Unit tests (named *.t) and build-time generated source files (*.PL) are exempt from this check. Files in the examples/ directory are also skipped. Additionally checks that eac...

PEVANS/App-perl-distrolint-0.06 - 04 Jan 2024 12:07:46 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::LinkCheck::Lite - Test POD links River stage one • 1 direct dependent • 1 total dependent

This Perl module tests POD links. A given file generates one failure for each broken link found. If no broken links are found, one passing test is generated. This all means that there is no way to know how many tests will be generated, and you will n...

WYANT/Test-Pod-LinkCheck-Lite-0.013 - 03 Mar 2024 13:38:11 UTC

Test::Pod - check for POD errors in files River stage four • 819 direct dependents • 2330 total dependents

Check POD files for errors or warnings in a test file, using "Pod::Simple" to do the heavy lifting....

ETHER/Test-Pod-1.52 - 19 Apr 2018 14:41:41 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::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::Query - Query pod documents River stage one • 1 direct dependent • 1 total dependent

This module takes a class name, extracts the POD and provides methods to query specific information....

TIMKA/Pod-Query-0.37 - 18 Oct 2022 21:18:38 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::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

Perl6::Pod - Pod6 implementation River stage one • 4 direct dependents • 4 total dependents

Pod is an evolution of Perl 5's Plain Old Documentation (POD) markup. Compared to Perl 5 POD, Perldoc's Pod dialect is much more uniform, somewhat more compact, and considerably more expressive. The Pod dialect also differs in that it is a purely des...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC

Pod::LaTeX - Convert Pod data to formatted Latex River stage one • 2 direct dependents • 2 total dependents

"Pod::LaTeX" is a module to convert documentation in the Pod format into Latex. The pod2latex command uses this module for translation. "Pod::LaTeX" is a derived class from Pod::Select....

TJENNESS/Pod-LaTeX-0.61 - 18 Jan 2013 13:35:42 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::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

Pod::Inherit - auto-create POD sections listing inherited methods River stage one • 2 direct dependents • 6 total dependents

Ever written a module distribution with base classes and dependencies, that had the POD for the various methods next to them, but hard to find for the user of your modules? Ever wished POD could be inheritable? Now it can. This module will load each ...

BBYRD/Pod-Inherit-0.91 - 13 Jun 2014 02:48:17 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::Modifier - Add sections to an existing POD dynamically. River stage zero No dependents

Pod::Modifier allows adding to a Perl Modules' POD, dynamically, sections from POD of other Perl Modules. The alias (new 'head or header' to be given to) and index of appearance of these added sections can be changed as per provided APIs. Pod::Modifi...

VERMAUDH/Pod-Modifier-1 - 22 Jan 2021 15:12:08 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

Perl6::Pod::Test - test lib River stage one • 4 direct dependents • 4 total dependents

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC

Pod::LaTeX::Book - Compile POD pages into a LaTeX book. River stage zero No dependents

This module aims to provide a mechanism to compile the POD documentation for a set of modules into a printable collection. LaTeX is used as an intermediate format from which both pdf and printed versions can be produced. The modules builds on the fun...

LUTETIUS/pod2book-0.0.1 - 03 Aug 2007 14:30:28 UTC
62 results (0.069 seconds)