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

Search results for "module:Test::Manifest"

Test::Manifest - interact with a t/test_manifest file River stage one • 7 direct dependents • 8 total dependents

"Test::Harness" assumes that you want to run all of the .t files in the t/ directory in ASCII-betical order during "make test" or "./Build test" unless you say otherwise. This leads to some interesting naming schemes for test files to get them in the...

BDFOY/Test-Manifest-2.024 - 08 Jan 2024 15:37:12 UTC

Test::DistManifest - Author test that validates a package MANIFEST River stage two • 16 direct dependents • 43 total dependents

This module provides a simple method of testing that a MANIFEST matches the distribution. It tests three things:...

ETHER/Test-DistManifest-1.014 - 11 Feb 2015 01:08:27 UTC

Test::CheckManifest - Check if your Manifest matches your distro River stage two • 56 direct dependents • 76 total dependents

RENEEB/Test-CheckManifest-1.43 - 01 Feb 2023 07:46:11 UTC

Test::Apocalypse::DistManifest - Plugin for Test::DistManifest River stage one • 1 direct dependent • 1 total dependent

Encapsulates Test::DistManifest functionality....

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 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

lib/Test/Attean/W3CManifestTestSuite.pm River stage two • 15 direct dependents • 26 total dependents

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Dist::Zilla::Plugin::Test::DistManifest - Release tests for the manifest River stage two • 11 direct dependents • 21 total dependents

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file: xt/release/dist-manifest.t - a standard Test::DistManifest test...

ETHER/Dist-Zilla-Plugin-Test-DistManifest-2.000006 - 27 Aug 2022 23:36:52 UTC

Dist::Zilla::Plugin::Test::CheckManifest - Release test for the MANIFEST River stage one • 5 direct dependents • 6 total dependents

This Dist::Zilla plugin provides the following file: xt/release/check-manifest.t - a standard Test::CheckManifest test...

ALEXBIO/Dist-Zilla-Plugin-Test-CheckManifest-0.04 - 20 Aug 2012 09:13:51 UTC

Test::XT - Generate best practice release-only tests River stage one • 2 direct dependents • 3 total dependents

A number of Test modules have been written over the years to support authors. Typically, these modules have standard short test scripts documented in them that you can cut and paste into your distribution. Unfortunately almost all of these cut-and-pa...

ADAMK/Test-XT-0.04 - 07 Jul 2011 02:49:42 UTC

Test::Vars - Detects unused variables in perl modules River stage two • 7 direct dependents • 13 total dependents

Test::Vars provides test functions to report unused variables either in an entire distribution or in some files of your choice in order to keep your source code tidy....

GFUJI/Test-Vars-0.015 - 20 Apr 2021 13:53:39 UTC

Test::Less - Test Categorization and Subset Execution River stage zero No dependents

Sometimes Less is More. Test::Less really has nothing to do with Test::More. It is also not meant to discourage you from writing lots of tests. To the contrary, it allows you to write potentially thousands of tests, but then be selective about which ...

INGY/Test-Less-0.11 - 12 Jun 2005 10:19:06 UTC

Test::Fixme - Check code for FIXMEs. River stage two • 11 direct dependents • 15 total dependents

When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments like: # FIXME - what about windows that are bigger than the screen? # FIX...

PLICEASE/Test-Fixme-0.16 - 06 May 2016 11:28:22 UTC

Test::Smoke - The Perl core test smoke suite River stage zero No dependents

If you are looking to get started, start at the README! "Test::Smoke" exports $conf and "read_config()" by default. Test::Smoke::read_config( $config_name ) Read (require) the configfile....

ABELTJE/Test-Smoke-1.81 - 27 Oct 2023 07:23:14 UTC

Test::Inline - Embed your tests in your code, next to what is being tested River stage one • 5 direct dependents • 7 total dependents

Embedding tests allows tests to be placed near the code being tested. This is a nice supplement to the traditional .t files. How does it work? "Test::Inline" lets you write small fragments of general or function-specific testing code, and insert it a...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::Helper - easy creation of test scripts River stage one • 1 direct dependent • 1 total dependent

Enclose the body of your test script within a test block. Within that block, run individual tests with the ok function, which should be passed a scalar that you desire to be true; this will print "ok *number*" or "not ok *number*" as appropriate. Sim...

JGLICK/Test-Helper-0.002 - 13 Sep 1997 04:05:59 UTC

Wetware::Test - Wetware Test::Class extensions River stage one • 2 direct dependents • 2 total dependents

This is a step towards stream lining the process of creating and maintaining Test::Class based Test Driven Development. Ultimately I would like to have a tool that would create a Foo::TestSuite for all Foo Classes that are in the distribution. This m...

DRIEUX/Wetware-Test-0.07 - 11 May 2009 22:55:03 UTC

Test::Kwalitee - Test the Kwalitee of a distribution before you release it River stage three • 79 direct dependents • 197 total dependents

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::ClassAPI - Provides basic first-pass API testing for large class trees River stage two • 6 direct dependents • 38 total dependents

For many APIs with large numbers of classes, it can be very useful to be able to do a quick once-over to make sure that classes, methods, and inheritance is correct, before doing more comprehensive testing. This module aims to provide such a capabili...

ETHER/Test-ClassAPI-1.07 - 28 Dec 2017 23:45:18 UTC

Test::Signature - Automated SIGNATURE testing River stage one • 7 direct dependents • 8 total dependents

"Module::Signature" allows you to verify that a distribution has not been tampered with. "Test::Signature" lets that be tested as part of the distribution's test suite. By default, if "Module::Signature" is not installed then it will just say so and ...

AUDREYT/Test-Signature-1.11 - 08 Apr 2015 11:51:29 UTC

Test::Apocalypse - Apocalypse's favorite tests bundled into a simple interface River stage one • 1 direct dependent • 1 total dependent

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
46 results (0.041 seconds)