Search results for "module:Test::Distribution"

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::Dist - Distribution kwalitee tests in one command River stage zero No dependents

MONS/Test-Dist-0.01 - 12 Nov 2009 23:51:02 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::EOL - Check the correct line endings in your project River stage three • 20 direct dependents • 106 total dependents

This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of windows line endings....

ETHER/Test-EOL-2.02 - 07 Dec 2020 07:10:12 UTC

Fey::Test - Test libraries for Fey distros River stage two • 5 direct dependents • 10 total dependents

This distribution contains libraries used for testing various Fey distributions....

DROLSKY/Fey-Test-0.10 - 14 Sep 2011 17:22:44 UTC

Test::U32 - Designed to test the proposition that U32 is 32 bits wide River stage zero No dependents

This module is no use to anyone except authors of XS extensions who want to know about the bahaviour of the U32 type defined by perl across multiple different versions of perl on different OS. The results are of this survey are kindly provided by CPA...

JFREEMAN/Test-U32-0.01 - 07 Jun 2008 08:49:25 UTC

Test::BOM - Test strings and files for BOM River stage zero No dependents

This module helps you with testing for byte-order-marks in strings and files. If you came across this module while looking for other ways to deal with byte-order-marks you might find what you need in the "SEE ALSO" section below. If you don't know an...

GGOLDBACH/Test-BOM-0.001 - 26 Sep 2018 07:37:36 UTC

Test::CSS - Interface to test CSS string and file. River stage zero No dependents

The one and only feature of the package is to validate the CSS (string / file) structurally. Additionally it checks if the property name is a valid as per the CSS specifications....

MANWAR/Test-CSS-0.09 - 08 Oct 2022 03:05:49 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

Test::CVE - Test against known CVE's River stage zero No dependents

Test::CVE provides functionality to test a (CPAN)release or a single (perl) script against known CVE's It enables checking the current release only or include its prereqs too. Functions and methods new my $cve = Test::CVE->new ( verbose => 0, deps =>...

HMBRAND/Test-CVE-0.03 - 27 Nov 2023 14:42:35 UTC

Test::Roo - Composable, reusable tests with roles and Moo River stage two • 27 direct dependents • 75 total dependents

This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cl...

DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTC

Test::Unit - the PerlUnit testing framework River stage two • 10 direct dependents • 11 total dependents

This framework is intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. To start learning how to...

MCAST/Test-Unit-0.25 - 15 Oct 2005 23:05:28 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::Tabs - check the presence of tabs in your project River stage one • 2 direct dependents • 2 total dependents

This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of tabs. In particular, it checks that all indentation is done using tabs, not spaces; alignment is done via spaces, not tabs; indentation levels ...

TOBYINK/Test-Tabs-0.005 - 16 Sep 2014 18:45:36 UTC

Test::Tech - adds skip_tests and test data structures capabilities to the "Test" module River stage zero No dependents

The "Test::Tech" module extends the capabilities of the "Test" module. The design is simple. The "Test::Tech" module loads the "Test" module without exporting any "Test" subroutines into the "Test::Tech" namespace. There is a "Test::Tech" cover subro...

SOFTDIA/Net-Netid-0.02 - 04 Aug 2003 21:25:45 UTC

Test::Tech - adds skip_tests and test data structures capabilities to the "Test" module River stage zero No dependents

The "Test::Tech" module extends the capabilities of the "Test" module. The design is simple. The "Test::Tech" module loads the "Test" module without exporting any "Test" subroutines into the "Test::Tech" namespace. There is a "Test::Tech" cover subro...

SOFTDIA/Proc-Command-0.04 - 27 Jul 2003 17:24:58 UTC

Test::Subs - Test your modules with a lightweight syntax based on anonymous block River stage one • 2 direct dependents • 2 total dependents

This module provide a very lightweight syntax to run "Test::Harness" or "Tap::Harness" compliant test on your code. As opposed to other similar packages, the two main functionnalities of "Test::Subs" are that the tests are anonymous code block (rathe...

MATHIAS/Test-Subs-0.08 - 16 Mar 2013 23:48:44 UTC

Test::YAFT - Yet another testing framework River stage zero No dependents

This module combines features of multiple test libraries providing its own, BDD inspired, Context oriented, testing approach....

BARNEY/Test-YAFT-1.0.1 - 06 Jul 2022 10:59:00 UTC

Test::Most - Most commonly needed test functions and features. River stage four • 771 direct dependents • 1705 total dependents

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::More - yet another framework for writing test scripts River stage five • 22891 direct dependents • 32646 total dependents

STOP! If you're just getting started writing tests, have a look at Test2::Suite first. This is a drop in replacement for Test::Simple which you can switch to once you get the hang of basic testing. The purpose of this module is to provide a wide rang...

EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
627 results (0.044 seconds)