Search results for "module:Test::Kwalitee"
Test::Kwalitee - Test the Kwalitee of a distribution before you release it
Kwalitee is an automatically-measurable gauge of how good your software is. That's very different from quality, which a computer really can't measure in a general sense. (If you can, you've solved a hard problem in computer science.) In the world of ...
ETHER/Test-Kwalitee-1.28 - 02 Feb 2019 19:30:09 UTC
Test::Kwalitee::Extra - Run Kwalitee tests including optional indicators, especially, prereq_matches_use
CPANTS <http://cpants.cpanauthors.org/> checks Kwalitee indicators, which is not quality but automatically-measurable indicators how good your distribution is. Module::CPANTS::Analyse calcluates Kwalitee but it is not directly applicable to your modu...
YAKEX/Test-Kwalitee-Extra-v0.4.0 - 25 Jun 2017 05:53:45 UTC
Test::Apocalypse::Kwalitee - Plugin for Test::Kwalitee
Encapsulates Test::Kwalitee functionality. This plugin also processes the extra metrics, and prints out the kwalitee as a diag() for info....
APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC
Dist::Inkt::Role::Test::Kwalitee - check a distribution's kwalitee at build time
After building a distribution tarball, check its kwalitee....
TOBYINK/Dist-Inkt-Role-Test-Kwalitee-0.002 - 14 Sep 2014 22:23:10 UTC
Dist::Zilla::Plugin::Test::Kwalitee - Author tests for kwalitee
This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file: xt/release/kwalitee.t - a standard Test::Kwalitee test...
ETHER/Dist-Zilla-Plugin-Test-Kwalitee-2.12 - 30 Sep 2015 04:00:57 UTC
Dist::Zilla::Plugin::Test::Kwalitee::Extra - Dist::Zilla plugin for Test::Kwalitee::Extra
This module is a Dist::Zilla plugin for Test::Kwalitee::Extra. It creates "xt/release/kwalitee.t" to call Test::Kwalitee::Extra. Most part of codes and tests are identical to Dist::Zilla::Plugin::Test::Kwalitee. Only the followings are changed points...
YAKEX/Dist-Zilla-Plugin-Test-Kwalitee-Extra-v0.2.1 - 30 Mar 2014 04:16:56 UTC
Test::Dist - Distribution kwalitee tests in one command
MONS/Test-Dist-0.01
-
12 Nov 2009 23:51:02 UTC
Test::Most - Most commonly needed test functions and features.
Test::Most exists to reduce boilerplate and to make your testing life easier. We provide "one stop shopping" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through Test::Most and don't ...
OVID/Test-Most-0.38 - 24 Sep 2022 13:49:17 UTC
Test::Count - Module for keeping track of the number of tests in a test script.
Test::Count is a set of perl modules for keeping track of the number of tests in a test file. It works by putting in comments of the form "# TEST" (one test), "# TEST*$EXPR" or "# TEST+$EXPR" (both are multiple tests). Test::Count count these tests t...
SHLOMIF/Test-Count-0.1105 - 16 Oct 2020 08:59:16 UTC
Test::Strict - Check syntax, presence of use strict; and test coverage
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
Badger::Test - test module
This module implements a simple test framework in the style of Test::Simple or Test::More. As well as the usual plan(), ok(), is(), isnt() and other subroutines you would expect to find, it also implements a number of import hooks to enable certain B...
ABW/Badger-0.15 - 24 Aug 2022 12:10:29 UTC
Test::Mojibake - check your source for encoding misbehavior.
Many modern text editors automatically save files using UTF-8 codification, however, perl interpreter does not expects it *by default*. Whereas this does not represent a big deal on (most) backend-oriented programs, Web framework (Catalyst <http://ww...
SYP/Test-Mojibake-1.3 - 06 Feb 2017 15:19:50 UTC
Test::PerlTidy - check that all your files are tidy.
This rather unflattering comment was made in a piece by Ken Arnold: "Perl is a vast swamp of lexical and syntactic swill and nobody knows how to format even their own code well, but it's the only major language I can think of (with the possible excep...
SHLOMIF/Test-PerlTidy-20220902 - 02 Sep 2022 06:28:53 UTC
Test::Mock::Time - Deterministic time & timers for event loop tests
This module replaces actual time with simulated time everywhere (core time(), Time::HiRes, EV, AnyEvent with EV, Mojolicious, …) and provide a way to write deterministic tests for event loop based applications with timers. IMPORTANT! This module must...
POWERMAN/Test-Mock-Time-v0.1.7 - 09 Jan 2018 19:07:00 UTC
Test::Count::Lib - various commonly used routines.
SHLOMIF/Test-Count-0.1105
-
16 Oct 2020 08:59:16 UTC
Test::Apocalypse - Apocalypse's favorite tests bundled into a simple interface
This module greatly simplifies common author tests for modules heading towards CPAN. I was sick of copy/pasting the tons of t/foo.t scripts + managing them in every distro. I thought it would be nice to bundle all of it into one module and toss it on...
APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC
Test::Pod::No404s - Using this test module will check your POD for any http 404 links
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
Test::Data::Split - split data-driven tests into several test scripts.
This module splits a set of data with IDs and arbitrary values into one test file per (key+value) for easy parallelisation....
SHLOMIF/Test-Data-Split-0.2.2 - 17 Oct 2020 15:49:37 UTC
Test::Count::Base - Base Class for Test::Count.
SHLOMIF/Test-Count-0.1105
-
16 Oct 2020 08:59:16 UTC
Test::RunValgrind - tests that an external program is valgrind-clean.
valgrind is an open source and convenient memory debugger that runs on some platforms. This module runs valgrind (<http://en.wikipedia.org/wiki/Valgrind>) on an executable and makes sure that valgrind did not find any faults in it. It originated from...
SHLOMIF/Test-RunValgrind-0.2.2 - 17 Oct 2020 17:02:17 UTC