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

Search results for "perlcritic"

perlcritic - Command-line interface to critique Perl source. River stage three • 133 direct dependents • 408 total dependents

"perlcritic" is a Perl source code analyzer. It is the executable front-end to the Perl::Critic engine, which attempts to identify awkward, hard to read, error-prone, or unconventional constructs in your code. Most of the rules are based on Damian Co...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution

Git::Hooks::PerlCritic - Perl Critic hooks for git River stage zero No dependents

Allows you to utilize Perl::Critic via git hooks <http://www.kernel.org/pub/software/scm/git/docs/githooks.html> using the Git::Hooks framework. First setup git-hooks.pl Then you should choose to use only one of the available hooks....

MIKKOI/Git-Hooks-PerlCritic-0.001001 - 23 Nov 2014 08:29:25 UTC - Search in distribution

Test2::Tools::PerlCritic - Testing tools to enforce Perl::Critic policies River stage one • 1 direct dependent • 2 total dependents

Test for Perl::Critic violations using Test2. Although this testing tool uses the Test2 API instead of the older Test::Builder API, the primary motivation is to provide output in a more useful form. That is policy violations are grouped by policy cla...

PLICEASE/Test2-Tools-PerlCritic-0.08 - 28 Feb 2024 22:47:55 UTC - Search in distribution

Padre::Plugin::PerlCritic - Analyze perl files with Perl::Critic River stage one • 1 direct dependent • 1 total dependent

AZAWAWI/Padre-Plugin-PerlCritic-0.12 - 06 Dec 2010 09:29:02 UTC - Search in distribution

Test::Apocalypse::PerlCritic - Plugin for Test::Perl::Critic River stage one • 1 direct dependent • 1 total dependent

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 - Search in distribution
  • Test::Apocalypse - Apocalypse's favorite tests bundled into a simple interface

App::GitHooks::Plugin::PerlCritic - Verify that all changes and addition to the Perl files pass PerlCritic checks. River stage zero No dependents

PerlCritic is a static source code analysis tool. This plugin calls PerlCritic and verifies that the staged modifications do not trigger any violations. Note that if you stage half of a file for committing, this plugin will correctly only check for c...

AUBERTG/App-GitHooks-Plugin-PerlCritic-v1.1.0 - 20 Mar 2017 01:28:44 UTC - Search in distribution

Code::TidyAll::Plugin::PerlCritic - Use perlcritic with tidyall River stage two • 34 direct dependents • 50 total dependents

Runs perlcritic, a Perl validator, and dies if any problems were found....

DROLSKY/Code-TidyAll-0.84 - 10 Dec 2023 02:31:40 UTC - Search in distribution

Benchmark::Perl::Formance::Plugin::PerlCritic - benchmark plugin - PerlCritic - Run Perl::Critic on itself River stage one • 2 direct dependents • 7 total dependents

SCHWIGON/Benchmark-Perl-Formance-0.55 - 17 Sep 2021 12:36:46 UTC - Search in distribution

Perl::Critic::Pulp - some add-on perlcritic policies River stage two • 5 direct dependents • 18 total dependents

This is a collection of add-on policies for "Perl::Critic". They're under a "pulp" theme plus other themes according to their purpose (see "POLICY THEMES" in Perl::Critic). Bugs CodeLayout::ProhibitFatCommaNewline Avoid newline before "=>" not quotin...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

PLS - Perl Language Server River stage zero No dependents

The Perl Language Server implements a subset of the Language Server Protocol for the Perl language. Features currently implemented are: * Go to definition (for packages, subroutines, and variables) * Listing all symbols in a document * Hovering to sh...

MREISNER/PLS-0.905 - 21 Jan 2023 21:56:31 UTC - Search in distribution

perlimports - A command line utility for cleaning up imports in your Perl code River stage zero No dependents

This distribution provides the "perlimports" command line interface (CLI), which automates the cleanup and maintenance of Perl "use" and "require" statements. Loosely inspired by goimports <https://pkg.go.dev/golang.org/x/tools/cmd/goimports>, this t...

OALDERS/App-perlimports-0.000053 - 13 Jan 2024 20:19:02 UTC - Search in distribution

TODO - Things for Perl::Critic::More developers to do River stage one • 4 direct dependents • 8 total dependents

THALJEF/Perl-Critic-More-1.003 - 29 Oct 2013 16:43:05 UTC - Search in distribution

RPerl River stage one • 3 direct dependents • 3 total dependents

RPerl is a compiler. For general info: <https://github.com/wbraswell/rperl/blob/master/README.md> <http://rperl.org>...

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

doc::Changes River stage zero No dependents

MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution

Devel::PerlySense - Perl IDE backend with Emacs frontend River stage zero No dependents

PerlySense is a Perl IDE backend that integrates with editor frontends, currently Emacs. (While no one has written a Vim frontend, PerlySense can emit Vim style data structures.) Conveniently navigate and browse the code and documentation of your pro...

JOHANL/Devel-PerlySense-0.0221 - 30 Aug 2019 08:12:04 UTC - Search in distribution

nytprofhtml - Generate reports from Devel::NYTProf data River stage two • 35 direct dependents • 45 total dependents

Devel::NYTProf is a powerful feature-rich Perl source code profiler. See Devel::NYTProf for details. "nytprofhtml" generates a set of html reports from a single data file generated by Devel::NYTProf. (If your process forks you'll probably have multip...

JKEENAN/Devel-NYTProf-6.14 - 18 Oct 2023 22:42:10 UTC - Search in distribution
  • Devel::NYTProf - Powerful fast feature-rich Perl source code profiler

Venus::Run - Runner Class River stage two • 3 direct dependents • 56 total dependents

This package is a subclass of Venus::Task which provides a command execution system. This package loads the configuration file used for defining tasks (i.e. command-line operations) which can recursively resolve, injects environment variables, resets...

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC - Search in distribution

perl5ifaq - Frequently Asked Questions about perl5i River stage one • 2 direct dependents • 2 total dependents

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution

versionall - Recursively find Perl sources and update version numbers River stage zero No dependents

'versionall' looks for perl sources in the input directory and its children and runs the perlcritic lint tool on each source file it finds. The first time versionall executes, it will store the modification times of the source files and on the next r...

JRCOUNTS/Test-Approvals-v0.0.5 - 11 May 2013 12:10:31 UTC - Search in distribution
  • criticizeall - Recursively find Perl sources and run perlcritic on them all
57 results (0.046 seconds)