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

Search results for "module:Test::Compile"

Test::Compile - Assert that your Perl files compile OK. River stage three • 93 direct dependents • 156 total dependents

"Test::Compile" lets you check the whether your perl modules and scripts compile properly, results are reported in standard "Test::Simple" fashion. The basic usage - as shown above, will locate your perl files and test that they all compile. Module a...

EGILES/Test-Compile-v3.3.1 - 17 Jul 2023 00:06:13 UTC

Test::Puppet::Compile - Puppet catalog testing River stage zero No dependents

TEX/Test-Puppet-Compile-0.04 - 13 Nov 2013 20:56:16 UTC

Test::Compile::Internal - Assert that your Perl files compile OK. River stage three • 93 direct dependents • 156 total dependents

"Test::Compile::Internal" is an object oriented tool for testing whether your perl files compile. It is primarily to provide the inner workings of "Test::Compile", but it can also be used directly to test a CPAN distribution....

EGILES/Test-Compile-v3.3.1 - 17 Jul 2023 00:06:13 UTC

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

Encapsulates Test::Compile functionality....

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

Dist::Zilla::Plugin::Test::Compile - Common tests to check syntax of your modules, using only core modules River stage two • 62 direct dependents • 97 total dependents

This is a Dist::Zilla plugin that runs at the gather files stage, providing a test file (configurable, defaulting to t/00-compile.t). This test will find all modules and scripts in your distribution, and try to compile them one by one. This means it'...

ETHER/Dist-Zilla-Plugin-Test-Compile-2.058 - 20 Dec 2017 01:17:15 UTC

lib/UR/Namespace/Command/Test/Compile.pm River stage one • 1 direct dependent • 1 total dependent

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

Dist::Zilla::Plugin::Test::Compile::PerFile - Create a single .t for each compilable file in a distribution River stage one • 1 direct dependent • 1 total dependent

This module is inspired by its earlier sibling "[Test::Compile]". Test::Compile is awesome, however, in the process of its development, we discovered it might be useful to run compilation tests in parallel. This lead to the realization that implement...

KENTNL/Dist-Zilla-Plugin-Test-Compile-PerFile-0.004000 - 03 Mar 2017 06:05:51 UTC

Test::Alien::CanCompile - Skip a test file unless a C compiler is available River stage four • 248 direct dependents • 1388 total dependents

This is just a Test2 plugin that requires that a compiler be available. Otherwise the test will be skipped....

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC

Test::Alien::CanCompileCpp - Skip a test file unless a C++ compiler is available River stage two • 4 direct dependents • 15 total dependents

This is just a Test2 plugin that requires that a compiler be available. Otherwise the test will be skipped....

PLICEASE/Test-Alien-CPP-1.03 - 10 May 2022 20:45:46 UTC

Test::Moose::MockObjectCompile - A Module to help when testing compile time Moose River stage zero No dependents

ZAPHAR/Test-Moose-MockObjectCompile-0.2.1 - 27 Sep 2007 03:44:03 UTC

Test::Compiles - tests if perl can compile a string of code River stage zero No dependents

Test::Compiles exports two functions to allow you to check whether a string of code can be compiled by perl without errors. It doesn't check whether it can be *executed*. Note that Perl code can execute arbitrary instructions as part of its compilati...

TOBYINK/Test-Compiles-0.001 - 04 Jun 2017 17:15:19 UTC

Test::Warn - Perl extension to test methods for warnings River stage four • 364 direct dependents • 5401 total dependents

A good style of Perl programming calls for a lot of diverse regression tests. This module provides a few convenience methods for testing warning based-code. If you are not already familiar with the Test::More manpage now would be the time to go take ...

BIGJ/Test-Warn-0.37 - 13 Aug 2022 09:21:01 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

Test::Trap - Trap exit codes, exceptions, output, etc. River stage three • 67 direct dependents • 653 total dependents

Primarily (but not exclusively) for use in test scripts: A block eval on steroids, configurable and extensible, but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code...

EBHANSSEN/Test-Trap-v0.3.5 - 27 Jul 2022 15:59:02 UTC

Test::Needs - Skip tests when modules not available River stage five • 116 direct dependents • 14347 total dependents

Skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an ...

HAARG/Test-Needs-0.002010 - 22 Jan 2023 10:03:47 UTC

Test::Alien - Testing tools for Alien modules River stage four • 248 direct dependents • 1388 total dependents

This module provides tools for testing Alien modules. It has hooks to work easily with Alien::Base based modules, but can also be used via the synthetic interface to test non Alien::Base based Alien modules. It has very modest prerequisites. Prior to...

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC

Test::Strict - Check syntax, presence of use strict; and test coverage River stage two • 36 direct dependents • 55 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

Test::CChecker - Test-time utilities for checking C headers, libraries, or OS features (DEPRECATED) River stage one • 1 direct dependent • 1 total dependent

DEPRECATED: The intention of this module was always to test Alien modules (both Alien::Base based and non-Alien::Base based modules). It has a number of shortcomings that I believe to be better addressed by Test::Alien, so please consider using that ...

PLICEASE/Test-CChecker-0.10 - 11 Mar 2019 00:58:44 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
52 results (0.05 seconds)