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

Search results for "module:POD::Coverage"

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::Coverage::mop - Pod::Coverage subclass for mop River stage zero No dependents

In the spirit of Pod::Coverage::Moose, here is a Pod::Coverage (actually Pod::Coverage::CountParents) subclass for mop-based classes....

FGA/Pod-Coverage-mop-0.002 - 26 Jan 2014 22:40:15 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

Pod::Coverage::Moose - Pod::Coverage extension for Moose River stage one • 6 direct dependents • 9 total dependents

When using Pod::Coverage in combination with Moose, it will report any method imported from a role. This is especially bad when used in combination with Test::Pod::Coverage, since it takes away its ease of use. To use this module in combination with ...

ETHER/Pod-Coverage-Moose-0.08 - 25 Aug 2023 22:46:01 UTC

Pod::Coverage::TrustMe - Pod::Coverage but more powerful River stage zero No dependents

Checks that all of the functions or methods provided by a package have documentation. Compatible with most uses of Pod::Coverage, but with additional features....

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

Pod::Coverage::Careful - more careful subclass of Pod::Coverage River stage one • 1 direct dependent • 1 total dependent

This module carefully subclasses Pod::Coverage to override its idea of which subs need to be documented. This catches several important cases that it misses. The Pod::Coverage module doesn't count subs that appear to be imported as ones needing docum...

TOMC/Pod-Coverage-Careful-v1.1.0 - 01 Nov 2021 13:34:04 UTC

Pod::Coverage::TrustPod - allow a module's pod to contain Pod::Coverage hints River stage three • 158 direct dependents • 350 total dependents

This is a Pod::Coverage subclass (actually, a subclass of Pod::Coverage::CountParents) that allows the POD itself to declare certain symbol names trusted. Here is a sample Perl module: package Foo::Bar; =head1 NAME Foo::Bar - a bar at which fooes lik...

RJBS/Pod-Coverage-TrustPod-0.100006 - 31 Dec 2022 19:06:30 UTC

Pod::Coverage::ExportOnly - subclass of Pod::Coverage than only examines exported functions River stage three • 65 direct dependents • 872 total dependents

This module extends Pod::Coverage to only check things explicitly set up for export by the Exporter or UNIVERSAL::exports modules. If you want full documentation we suggest you check the Pod::Coverage documentation...

RCLAMP/Pod-Coverage-0.23 - 01 May 2013 13:14:58 UTC

Pod::Coverage::Overloader - deprecated subclass of Pod::Coverage River stage three • 65 direct dependents • 872 total dependents

RCLAMP/Pod-Coverage-0.23 - 01 May 2013 13:14:58 UTC

Pod::Coverage::CountParents - subclass of Pod::Coverage that examines the inheritance tree River stage three • 65 direct dependents • 872 total dependents

This module extends Pod::Coverage to include the documentation from parent classes when identifying the coverage of the code. If you want full documentation we suggest you check the Pod::Coverage documentation....

RCLAMP/Pod-Coverage-0.23 - 01 May 2013 13:14:58 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

Pod::Coverage::TrustMe::Parser - Parse pod for checking coverage River stage zero No dependents

A subclass of Pod::Simple which extracts headings and items to check for covered symbols....

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

Pod::Coverage::MethodSignatures - Pod::Coverage extension for Method::Signatures River stage zero No dependents

This module works exactly as Pod::Coverage does, but with a more chill approach to verifying code origin, as overridden in _get_syms(), and with whitelisting of func() and method(), as overridden in _trustme_check(). See the documentation for Pod::Co...

DAPATRICK/Pod-Coverage-MethodSignatures-0.02 - 14 Sep 2010 19:53:55 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

Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable - dzil pod coverage tests with configurable parameters River stage one • 7 direct dependents • 8 total dependents

This is a Dist::Zilla plugin that creates a POD coverage test for your distro. Unlike the plugin that ships with dzil in core, this one is quite configurable. The coverage test is generated as xt/author/pod-coverage.t. Test::Pod::Coverage 1.08, Test:...

DROLSKY/Dist-Zilla-Plugin-Test-Pod-Coverage-Configurable-0.07 - 09 Jan 2018 17:23:34 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

Devel::Cover::Pod - Code coverage metrics for Perl River stage three • 61 direct dependents • 117 total dependents

Module for storing pod coverage information....

PJCJ/Devel-Cover-1.40 - 30 Apr 2023 18:51:14 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::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

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
23 results (0.029 seconds)