The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "no critic"

Perl::Critic::Policy::Dynamic::NoIndirect - Perl::Critic policy against indirect method calls. River stage one • 3 direct dependents • 3 total dependents

This Perl::Critic dynamic policy reports any use of indirect object syntax with a 'stern' severity. It's listed under the 'dynamic' and 'maintenance' themes. Since it wraps around indirect, it needs to compile the audited code and as such is implemen...

VPIT/Perl-Critic-Policy-Dynamic-NoIndirect-0.06 - 25 Aug 2011 14:55:26 UTC - Search in distribution

Perl::Critic::Policy::Bangs::ProhibitNoPlan - Know what you're going to test. River stage two • 8 direct dependents • 13 total dependents

Test::More should be given a plan indicting the number of tests to be run. This policy searches for instances of Test::More called with "no_plan"....

PETDANCE/Perl-Critic-Bangs-1.12 - 25 May 2017 04:09:31 UTC - Search in distribution

Perl::Critic::Policy::Miscellanea::ProhibitUselessNoCritic - Remove ineffective "## no critic" annotations. River stage three • 131 direct dependents • 408 total dependents

Sometimes, you may need to use a "## no critic" annotation to work around a false-positive bug in Perl::Critic. But eventually, that bug might get fixed, leaving your code with extra "## no critic" annotations lying about. Or you may use them to loca...

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

App::DBCritic::Policy::NoPrimaryKey - Check for DBIx::Class::Schema::ResultSources without primary keys River stage zero No dependents

This policy returns a violation if a DBIx::Class::ResultSource has zero primary columns....

MJGARDNER/App-DBCritic-0.023 - 03 Sep 2019 21:47:13 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

TX - a simple template system based on Text::Template::Library River stage zero No dependents

"Text::Template::Base" and "Text::Template::Library" are good at processing single templates. They lack the ability to manage sets of template files. This module adds that functionality in a (what I think) user friendly manner. The most important fun...

OPI/TX-0.09 - 14 Jun 2010 16:05:06 UTC - Search in distribution

PPI - Parse, Analyze and Manipulate Perl (without perl) River stage four • 194 direct dependents • 1596 total dependents

About this Document This is the PPI manual. It describes its reason for existing, its general structure, its use, an overview of the API, and provides a few implementation samples. Background The ability to read, and manipulate Perl (the language) pr...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution

PXB: River stage zero No dependents

MPG/XML-RelaxNG-Compact-PXB-0.15.5 - 23 Feb 2011 17:46:46 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 78 direct dependents • 144 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-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

PDF::Builder - Facilitates the creation and modification of PDF files River stage one • 2 direct dependents • 2 total dependents

PMPERRY/PDF-Builder-3.026 - 08 Dec 2023 19:47:58 UTC - Search in distribution

countperl - count lines, packages, subs, and complexity of Perl files. River stage one • 2 direct dependents • 3 total dependents

countperl uses Perl::Metrics::Simple to examines the named files and recursivesly searches named directories for Perl files. Perl files are identified by Perl::Metrics::Simple->is_perl_file. Basically if the file ends in ".pl", ".pm", or ".t" or has ...

MATISSE/Perl-Metrics-Simple-v1.0.3 - 05 Aug 2023 16:59:04 UTC - Search in distribution

perlmogrify - Command-line interface to transform Perl source. River stage zero No dependents

"perlmogrify" is a Perl5 to Perl6 code transformer. It's the executable front end to Perl::ToPerl6, which is a configurable, extensible code transfomer. Most of the code transfoermers were developed simply by taking sample Perl5 source and hand-editi...

JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 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

Art::World - Modeling of creative processes River stage zero No dependents

"Art::World" is an attempt to model and simulate a system describing the interactions and influences between the various *agents* of the art world. It tries to draw a schematization of the interactions between art, institutions, influences and unexpe...

SMONFF/Art-World-0.19 - 15 Apr 2021 19:28:12 UTC - Search in distribution

Git::Hooks - Framework for implementing Git (and Gerrit) hooks River stage one • 5 direct dependents • 5 total dependents

GNUSTAVO/Git-Hooks-3.6.0 - 16 Nov 2023 13:59:30 UTC - Search in distribution

Error::Show - Show context around syntax errors and exceptions River stage one • 1 direct dependent • 4 total dependents

From the command line this module transparently executes your syntactically correct program. However in the case of syntax errors (or warnings if desired), it extracts context (lines of code) surrounding them. The lines are prefixed with numbers and ...

DRCLAW/Error-Show-v0.4.0 - 23 Apr 2024 11:10:06 UTC - Search in distribution

CAM::XML - Encapsulation of a simple XML data structure River stage one • 1 direct dependent • 2 total dependents

This module reads and writes XML into a simple object model. It is optimized for ease of creating code that interacts with XML. This module is not as powerful or as standards-compliant as say XML::LibXML, XML::SAX, XML::DOM, etc, but it's darn easy t...

CLOTHO/CAM-XML-1.14 - 02 Feb 2006 03:25:38 UTC - Search in distribution

Carp::Notify - Loudly complain in lots of places when things break badly River stage zero No dependents

Carp::Notify is an error reporting module designed for applications that are running unsupervised (a CGI script, for example, or a cron job). If a program has an explosion, it terminates (same as die or croak or exit, depending on preference) and the...

BCONRY/Carp-Notify-1.13 - 05 Apr 2016 13:29:45 UTC - Search in distribution

Test::Most - Most commonly needed test functions and features. River stage four • 766 direct dependents • 1745 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 - Search in distribution

ACME::QuoteDB - API implements CRUD for a Collection of Quotes (adages/proverbs/sayings/epigrams, etc) River stage zero No dependents

This module provides an easy to use programmitic interface to a database (sqlite3 or mysql) of 'quotes'. (any content really, that can fit into our "defined format") For simplicty you can think of it as a modern fancy perl version of fortune (with a ...

DVWRIGHT/ACME-QuoteDB-0.1.2 - 01 Oct 2009 06:15:33 UTC - Search in distribution
145 results (0.187 seconds)