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 UTCFact 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 UTCTests 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 UTCThis 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 UTCThis 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 UTCTest::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 UTCThis 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 UTCThis 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 UTCEncapsulates Test::Pod functionality....
APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTCThis 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.007 - 29 Mar 2021 12:21:20 UTCMOZNION/Test-Synopsis-Expectation-0.12 - 16 Dec 2014 02:28:40 UTC
GUGU/Test-Pod-Coverage-Permissive-0.05 - 06 Feb 2010 14:41:26 UTC
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 UTCThis 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 UTCWhen 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 UTCThis 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 UTCEncapsulates Test::Spelling functionality. We also add each filename as a stopword, to reduce "noise" from the spellchecker. If you need to add stopwords, please look at Pod::Spell for ways to add it to each .pm file!...
APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTCEncapsulates Test::Pod::Coverage functionality. Automatically uses the Pod::Coverage::TrustPod class....
APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC