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

Search results for "module:Pod::Tests"

Pod::Tests - (DEPRECATED) Extracts embedded tests and code examples from POD River stage zero No dependents

This is a specialized POD viewer to extract embedded tests and code examples from POD. It doesn't do much more than that. pod2test does the useful work. Parsing After creating a Pod::Tests object, you parse the POD by calling one of the available par...

ETHER/Pod-Tests-1.20 - 02 Mar 2019 20:49:29 UTC

Pod::PP - POD pre-processor River stage zero No dependents

The "Pod::PP" module is a POD pre-processor built on top of "Pod::Parser". The helper script podpp provides a pre-processor command for POD, whose interface is very much like cpp, the C pre-processor. However, unlike C, the "Pod::PP" processing is no...

RAM/Pod-PP-0.1.2 - 01 Dec 2001 14:11:17 UTC

Pod::Help - Perl module to automate POD display River stage one • 3 direct dependents • 3 total dependents

Pod::Help allows your script or program to automaticlly display its POD when the user gives a certain command line parameter. Note: 'script or program'! I mean it, Pod::Help is not intended to be used by other modules. There are three different ways ...

JACOB/Pod-Help-1.00 - 08 Nov 2007 20:43:25 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::Tested - Test the code in your POD and generates POD. River stage one • 1 direct dependent • 2 total dependents

This module lets you write POD documents that are testable. It also let's you generate pod sections dynamically. Any verbatim section (indented section) is considered part of the POD and the code to be tested. See the *not_tested* tag for verbatim se...

NKH/POD-Tested-0.06.4 - 15 Jan 2009 10:13:43 UTC

Pod::Stupid - The simplest, stupidest 'pod parser' possible River stage zero No dependents

This module was written to do one simple thing: Given some text as input, split it up into pieces of POD "paragraphs" and non-POD "whatever" and output an AoH describing each piece found, in order. The end user can do whatever s?he wishes with the ou...

SSCAFFIDI/Pod-Stupid-0.005 - 17 Sep 2010 21:32:57 UTC

Pod::ROBODoc - Convert ROBODoc to Pod. River stage zero No dependents

Pod::ROBODoc is a simple ROBODoc-to-Pod converter....

MGRIMM/Pod-ROBODoc-0.3 - 26 Jan 2010 16:53:43 UTC

Pod::HtmlEasy - Generate personalized HTML from PODs. River stage one • 1 direct dependent • 1 total dependent

The purpose of this module is to generate HTML data from POD in a easy and personalized mode. By default the HTML generated is similar to the CPAN site style for module documentation....

GLEACH/Pod-HtmlEasy-v1.1.11a - 23 Aug 2014 02:12:52 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

Pod::Html::Util - helper functions for Pod-Html River stage five • 11292 direct dependents • 32664 total dependents

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Pod::Html::Util - helper functions for Pod-Html River stage five • 11292 direct dependents • 32664 total dependents

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Pod::Tree::Node - nodes in a Pod::Tree River stage one • 2 direct dependents • 2 total dependents

"Pod::Tree::Node" objects are nodes in a tree that represents a POD. Applications walk the tree to recover the structure and content of the POD. Methods are provided for * creating nodes in the tree * parsing the POD into nodes * returning informatio...

MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC

Pod::AsciiDoctor - Convert from POD to AsciiDoc River stage zero No dependents

SHLOMIF/Pod-AsciiDoctor-0.102002 - 15 Mar 2024 18:05:36 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::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::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

Pod::Simple::Wiki - A class for creating Pod to Wiki filters. River stage one • 6 direct dependents • 6 total dependents

The "Pod::Simple::Wiki" module is used for converting Pod text to Wiki text. Pod (Plain Old Documentation) is a simple markup language used for writing Perl documentation. A Wiki is a user extensible web site. It uses very simple mark-up that is conv...

JMCNAMARA/Pod-Simple-Wiki-0.20 - 09 Nov 2015 22:56:07 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::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

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
45 results (0.04 seconds)