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

Search results for "module:Test::POD"

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

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

Test::Pod::Snippets - Generate tests from pod code snippets River stage zero No dependents

Fact 1 In a perfect world, a module's full API should be covered by an extensive battery of testcases neatly tucked in the distribution's "t/" directory. But then, in a perfect world each backyard would have a marshmallow tree and postmen would consi...

YANICK/Test-Pod-Snippets-0.07 - 09 Sep 2012 18:54:03 UTC

Test::Pod::Links - test Pod for invalid HTTP/S links River stage zero No dependents

Tests that all HTTP/S links from Pod documentation are reachable by calling the "head" method of HTTP::Tiny on them. All non HTTP/S links are ignored. You can check them with Test::Pod::LinkCheck. This test is an author test and should not run on end...

SKIRMESS/Test-Pod-Links-0.003 - 03 Aug 2019 13:54:38 UTC

Test::Pod::No404s - Using this test module will check your POD for any http 404 links River stage two • 3 direct dependents • 17 total dependents

This module looks for any http(s) links in your POD and verifies that they will not return a 404. It uses LWP::UserAgent for the heavy lifting, and simply lets you know if it failed to retrieve the document. More specifically, it uses $response->is_e...

APOCAL/Test-Pod-No404s-0.02 - 02 Nov 2014 02:38:41 UTC

Test::Pod::Content - Test a Pod's content River stage two • 13 direct dependents • 28 total dependents

This is a very simple module for testing a Pod's content. It is mainly intended for testing the content of generated Pod - that is, the Pod included in perl modules generated by some mechanism. Another usage example is to test whether all files conta...

MKUTTER/Test-Pod-Content-v0.0.6 - 25 Oct 2011 19:05:46 UTC

Test::Pod::Coverage - Check for pod coverage in your distribution. River stage three • 473 direct dependents • 727 total dependents

Test::Pod::Coverage is used to create a test for your distribution, to ensure that all relevant files in your distribution are appropriately documented in pod. Can also be called with Pod::Coverage parms. use Test::Pod::Coverage tests=>1; pod_coverag...

NEILB/Test-Pod-Coverage-1.10 - 17 Jul 2014 17:10:11 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::Apocalypse::Pod - Plugin for Test::Pod River stage one • 1 direct dependent • 1 total dependent

Encapsulates Test::Pod functionality....

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 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

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

lib/Pod/POM/Test.pm River stage two • 27 direct dependents • 44 total dependents

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

lib/Test/Synopsis/Expectation/Pod.pm River stage two • 3 direct dependents • 14 total dependents

MOZNION/Test-Synopsis-Expectation-0.12 - 16 Dec 2014 02:28:40 UTC

Test::Pod::Coverage::TrustMe - Test Pod coverage River stage zero No dependents

Tests that all of the functions or methods provided by a package have documentation. Drop in replacement for Test::Pod::Coverage, but with additional features. Uses Pod::Coverage::TrustMe to check coverage by default....

HAARG/Pod-Coverage-TrustMe-0.002000 - 20 Aug 2021 13:57:58 UTC

Test::Pod::Coverage::Permissive - Checks for pod coverage regression. River stage zero No dependents

GUGU/Test-Pod-Coverage-Permissive-0.05 - 06 Feb 2010 14:41:26 UTC

Test::Pod::Spelling::CommonMistakes - Checks POD for common spelling mistakes River stage two • 4 direct dependents • 13 total dependents

This module checks your POD for common spelling errors. This differs from Test::Spelling because it doesn't use your system spellchecker and instead uses Pod::Spell::CommonMistakes for the heavy lifting. Using it is the same as any standard Test::* m...

APOCAL/Test-Pod-Spelling-CommonMistakes-1.001 - 31 Oct 2014 21:37:07 UTC

Dist::Zilla::Plugin::Test::Pod::No404s - Add author tests for POD HTTP links River stage two • 12 direct dependents • 14 total dependents

This is an extension of Dist::Zilla::Plugin::InlineFiles providing the following files: xt/author/pod-no404s.t - a standard Test::Pod::No404s test You can skip the test by setting $ENV{SKIP_POD_NO404S} or $ENV{AUTOMATED_TESTING}. I elected to skip th...

RWSTAUNER/Dist-Zilla-Plugin-Test-Pod-No404s-1.004 - 06 Sep 2017 14:17:38 UTC

Test::Distribution - perform tests on all modules of a distribution River stage two • 21 direct dependents • 37 total dependents

When using this module in a test script, it goes through all the modules in your distribution, checks their POD, checks that they compile ok and checks that they all define a $VERSION. This module also performs a numer of test on the distribution its...

SRSHAH/Test-Distribution-2.00 - 14 Nov 2007 05:35:36 UTC

Dist::Zilla::Plugin::Test::Pod::LinkCheck - Add author tests for POD links River stage two • 5 direct dependents • 17 total dependents

This is an extension of Dist::Zilla::Plugin::InlineFiles providing the following files: xt/author/pod-linkcheck.t - a standard Test::Pod::LinkCheck test You can skip the test by setting $ENV{SKIP_POD_LINKCHECK}....

RWSTAUNER/Dist-Zilla-Plugin-Test-Pod-LinkCheck-1.004 - 06 Sep 2017 14:17:26 UTC
239 results (0.055 seconds)