The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Test::Pod::Coverage"

Test::Pod::Coverage - Check for pod coverage in your distribution. River stage three • 476 direct dependents • 797 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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Test::Apocalypse::Pod_Coverage - Plugin for Test::Pod::Coverage River stage one • 1 direct dependent • 1 total dependent

Encapsulates Test::Pod::Coverage functionality. Automatically uses the Pod::Coverage::TrustPod class....

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC - Search in distribution

Module::New::File::PodCoverageTest River stage zero No dependents

a template for a Test::Pod::Coverage test....

ISHIGAKI/Module-New-0.15 - 19 Apr 2015 15:25:22 UTC - Search in distribution

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 - Search in distribution

Test::If - Test only if ... River stage one • 2 direct dependents • 2 total dependents

MONS/Test-If-0.01 - 11 Nov 2009 21:50:28 UTC - Search in distribution

Test::Strict - Check syntax, presence of use strict; and test coverage River stage two • 31 direct dependents • 42 total dependents

The most basic test one can write is "does it compile ?". This module tests if the code compiles and play nice with Test::Simple modules. Another good practice this module can test is to "use strict;" in all perl files. By setting a minimum test cove...

MANWAR/Test-Strict-0.52 - 16 Jun 2019 09:13:14 UTC - Search in distribution

Devel::Cover - Code coverage metrics for Perl River stage three • 63 direct dependents • 118 total dependents

This module provides code coverage metrics for Perl. Code coverage metrics describe how thoroughly tests exercise code. By using Devel::Cover you can discover areas of code not exercised by your tests and determine which tests to create to increase c...

PJCJ/Devel-Cover-1.42 - 26 Apr 2024 15:39:37 UTC - Search in distribution

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 - Search in distribution

fp - a library for programming in a functional style River stage zero No dependents

This module is an experiment in functional programming in perl. It uses nothing but a combination of; subroutines, the @_ array and a few built in operators to implement a style of functional programming. None of the code above is all that interestin...

STEVAN/fp-0.03 - 28 Sep 2005 22:27:52 UTC - Search in distribution

XT::Util - utility functions for test scripts River stage one • 1 direct dependent • 1 total dependent

These utilities are aimed at making test cases easier to reuse. They do not directly help you write test cases or output TAP. "__CONFIG__($testfile)" Where $testfile is a filename like "foo.t", will strip ".t" from the end of the file name, add ".con...

TOBYINK/XT-Util-0.001 - 20 Sep 2012 19:32:24 UTC - Search in distribution

VCI - A library for interacting with version-control systems. River stage zero No dependents

This is VCI, the generic Version Control Interface. The goal of VCI is to create a common API that can interface with all version control systems (which are sometimes also called Software Configuration Management or "SCM" systems). The VCI home page ...

MKANAT/VCI-0.7.1 - 31 Oct 2010 23:41:10 UTC - Search in distribution

jacode - Perl program for Japanese character code conversion River stage one • 1 direct dependent • 1 total dependent

This software can convert each other "JIS", "SJIS", "EUC-JP", and "UTF-8" that are frequently used as encoding for Japanese string. Interface of "jacode.pl" is same of "jcode.pl" that we know well. On the other hand its ability is same of "Encode" mo...

INA/Jacode-2.13.4.31 - 21 Mar 2023 06:07:52 UTC - Search in distribution

IOC - A lightweight IOC (Inversion of Control) framework River stage one • 1 direct dependent • 1 total dependent

This module provide a lightweight IOC or Inversion of Control framework. Inversion of Control, sometimes called Dependency Injection, is a component management style which aims to clean up component configuration and provide a cleaner, more flexible ...

STEVAN/IOC-0.29 - 27 Apr 2007 00:57:28 UTC - Search in distribution

Sim - Simulator engine for discrete events River stage zero No dependents

Sim is a general-purpose discrete event simulator engine written in pure Perl. It was originally developed as the run-core of a sequential/conbinational logic circuit simulator named Tesla. The Sim class is just a static class wrapping around a Sim::...

AGENT/Sim-0.03 - 02 Jun 2007 11:35:36 UTC - Search in distribution

Err - Easily declare, throw and match exception objects River stage zero No dependents

WARNING: This is an alpha release and the interface and functionailty may change without notice in future releases. A non-alpha 1.0 release will be released to the CPAN on or before August 1st, 2012. The module allows you to easily declare, throw and...

MARKF/Err-0.02 - 18 Jun 2012 15:11:54 UTC - Search in distribution

Venus - Standard Library River stage two • 3 direct dependents • 56 total dependents

This library provides an object-orientation framework and extendible standard library for Perl 5 with classes which wrap most native Perl data types. Venus has a simple modular architecture, robust library of classes, methods, and roles, supports pur...

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC - Search in distribution
269 results (0.133 seconds)