Search results for "module:Test::Compile"
Test::Compile - Assert that your Perl files compile OK.
"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
TEX/Test-Puppet-Compile-0.04
-
13 Nov 2013 20:56:16 UTC
Test::Compile::Internal - Assert that your Perl files compile OK.
"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
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
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
Dist::Zilla::Plugin::Test::Compile::PerFile - Create a single .t for each compilable file in a distribution
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
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
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
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
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
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
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.302195 - 28 Apr 2023 12:57:53 UTC
Test::Trap - Trap exit codes, exceptions, output, etc.
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
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
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
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::CChecker - Test-time utilities for checking C headers, libraries, or OS features (DEPRECATED)
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
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
Test::use::ok - Alternative to Test::More::use_ok
According to the Test::More documentation, it is recommended to run "use_ok()" inside a "BEGIN" block, so functions are exported at compile-time and prototypes are properly honored. That is, instead of writing this: use_ok( 'Some::Module' ); use_ok( ...
EXODIST/Test-Simple-1.302195 - 28 Apr 2023 12:57:53 UTC