Search results for "module:Test::Perl::Critic"
Test::Perl::Critic - Use Perl::Critic in test programs
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenien...
PETDANCE/Test-Perl-Critic-1.04 - 26 Mar 2018 15:07:07 UTC
Test::Perl::Critic::Git - Test module to run perl critic on changed git files
Test module to run perl critic on changed git files...
MZIESCHA/Test-Perl-Critic-Git-0.000200 - 24 Nov 2019 12:47:24 UTC
Test::Perl::Critic::Policy - A framework for testing your custom Policies
This module provides a framework for function-testing your custom Perl::Critic::Policy modules. Policy testing usually involves feeding it a string of Perl code and checking its behavior. In the old days, those strings of Perl code were mixed directl...
PETDANCE/Perl-Critic-1.150 - 05 Mar 2023 03:28:32 UTC
Test::Perl::Critic::XTFiles - Perl::Critic test with XT::Files interface
Tests all the files supplied from XT::Files with Perl::Critic. The output, and behavior, should be the same as from Test::Perl::Critic....
SKIRMESS/Test-Perl-Critic-XTFiles-0.001 - 25 Aug 2019 09:12:06 UTC
Test::Perl::Critic::Progressive - Gradually enforce coding standards.
Applying coding standards to large amounts of legacy code is a daunting task. Often times, legacy code is so non-compliant that it seems downright impossible. But, if you consistently chip away at the problem, you will eventually succeed! Test::Perl:...
THALJEF/Test-Perl-Critic-Progressive-0.03 - 27 Jul 2008 23:06:06 UTC
Dist::Zilla::Plugin::Test::Perl::Critic - Tests to check your code against best practices
This will provide a t/author/critic.t file for use during the "test" and "release" calls of "dzil". To use this, make the changes to dist.ini above and run one of the following: dzil test dzil release During these runs, t/author/critic.t will use Tes...
ETHER/Dist-Zilla-Plugin-Test-Perl-Critic-3.001 - 09 May 2017 22:34:08 UTC
Dist::Zilla::Plugin::Test::Perl::Critic::Subset - Tests to check your code against best practices
Fork notice: This is a temporary fork of Dist::Zilla::Plugin::Test::Perl::Critic 3.001 which includes <https://github.com/perlancar/operl-Dist-Zilla-Plugin-Test-Perl-Critic/c ommit/bd46961d9d7da767f7a431fba13de441db4b6848> to add "finder" and "files"...
PERLANCAR/Dist-Zilla-Plugin-Test-Perl-Critic-Subset-3.001.006 - 23 Aug 2021 11:26:12 UTC
Dist::Zilla::Plugin::Test::Perl::Critic::Freenode - Tests to check your code against policies inspired by #perl on Freenode
This will provide a xt/author/critic-freenode.t file for use during the "test" and "release" calls of "dzil". To use this, make the changes to dist.ini above and run one of the following: dzil test dzil release During these runs, xt/author/critic-fre...
COFFEE/Dist-Zilla-Plugin-Test-Perl-Critic-Freenode-0.002 - 11 Jun 2017 22:07:10 UTC
Test::Apocalypse::PerlCritic - Plugin for Test::Perl::Critic
Encapsulates Test::Perl::Critic functionality. Automatically sets the following options: -verbose => 8, -severity => 'brutal', -profile => 't/perlcriticrc', -profile-strictness => 'fatal', If the "t/perlcriticrc" file isn't present a default one will...
APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC
Test::Vars - Detects unused variables in perl modules
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::XT - Generate best practice release-only tests
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::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::Timer - test module to test/assert response times
Test::Timer implements a set of test primitives to test and assert test times from bodies of code. The key features are subroutines to assert or test the following: * that a given piece of code does not exceed a specified time limit * that a given pi...
JONASBN/Test-Timer-2.12 - 08 Jul 2021 17:09:26 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::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