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 GMT - Search in distributionZAG/Perl6-Pod-0.72 - 16 Dec 2015 09:51:31 GMT - Search in distribution
- Perl6::Pod::Block::code - Verbatim pre-formatted sample source code
- Perl6::Pod::FormattingCode::T - Terminal output
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 GMT - Search in distribution- podsnippets - extract tests out of Perl pod
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.002 - 21 Apr 2018 16:32:34 GMT - Search in distributionThis 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 GMT - Search in distributionThis 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 GMT - Search in distributionThis 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 GMT - Search in distribution- Pod::Spelling - Send POD to a spelling checker
- Pod::Spelling::Ispell - Spell-test POD with Ispell
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 GMT - Search in distributionThis 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 GMT - Search in distributionEncapsulates Test::Pod functionality....
APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 GMT - Search in distribution- Test::Apocalypse::Pod_Spelling - Plugin for Test::Spelling
- Test::Apocalypse::Pod_Coverage - Plugin for Test::Pod::Coverage
- Test::Apocalypse::Pod_LinkCheck - Plugin for Test::Pod::LinkCheck
- 5 more results from Test-Apocalypse »
GUGU/Test-Pod-Coverage-Permissive-0.05 - 06 Feb 2010 14:41:26 GMT - Search in distribution
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 GMT - Search in distributionNKH/POD-Tested-0.06.4 - 15 Jan 2009 10:13:43 GMT - Search in distribution
- script::test_with_error
- POD::Tested - Test the code in your POD and generates POD.
MOZNION/Test-Synopsis-Expectation-0.12 - 16 Dec 2014 02:28:40 GMT - Search in distribution
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 GMT - Search in distributionThis 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 GMT - Search in distribution