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 "module::Perl::Critic::*"

Perl::Critic::Policy::logicLAB::ModuleBlacklist - blacklist modules you want to prohibit use of River stage one • 2 direct dependents • 3 total dependents

This policy can be used to specify a list of unwanted modules. Using a blacklisting, so if the modules are used in the evaluated code a violation is triggered. In addition to blacklisting modules it is possible to recommend alternatives to blackliste...

JONASBN/Perl-Critic-Policy-logicLAB-ModuleBlacklist-0.04 - 06 Sep 2015 16:54:39 UTC - Search in distribution

Perl::Critic::Policy::Modules::ProhibitModuleShebang - don't put a #! line at the start of a module file River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you not to use a "#!" interpreter line in a .pm module file. #!/usr/bin/perl -w <-- bad package Foo; ... This "#!" does nothing but might make a reader think it's supposed to be a progra...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 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

pcpdoc - Show documentation of Perl::Critic policy module River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PerlCriticUtils-0.008 - 10 Mar 2023 00:05:18 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

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

PXB: River stage zero No dependents

MPG/XML-RelaxNG-Compact-PXB-0.15.5 - 23 Feb 2011 17:46:46 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

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

Getopt::Auto - Option framework for command-line applications River stage one • 1 direct dependent • 2 total dependents

"Getopt::Auto" provides an easy way to organize a script to handle whatever option mechanism it requires. For each option "--foo" you provide a subroutine "sub foo{...}". The sub is called every time "--foo" appears on the command line. Values for th...

GLEACH/Getopt-Auto-2.0 - 16 Aug 2014 22:42:22 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

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

WWW::MeGa - A MediaGallery River stage zero No dependents

THIS IS A SECURITY BUGFIX RELEASE. PLEASE UPDATE TO 0.1.1 IF YOU HAVE 0.1 WWW::MeGa is a web based media gallery. It should be run from FastCGI (see examples/gallery.fcgi) or mod_perl (not yet tested) because it uses some runtime caching. Every file ...

FISH/WWW-MeGa-0.11 - 16 Jan 2009 23:31:14 UTC - Search in distribution

App::Kit - A Lazy Façade to simplify your code/life River stage one • 1 direct dependent • 1 total dependent

A Lazy Façade to simplify your code/life. How? Ever see this sort of thing in a growing code base: package My::Thing; use strict; use warnings; use My::Logger; my $logger; sub foo { my ($x, $y, $z) = @_; if ($x) { $logger ||= MyLogger->new; $logger->...

DMUEY/App-Kit-0.63 - 23 Oct 2020 16:10:45 UTC - Search in distribution

Workflow - Simple, flexible system to implement workflows River stage zero No dependents

Overview This is a standalone workflow system. It is designed to fit into your system rather than force your system to fit to it. You can save workflow information to a database or the filesystem (or a custom storage). The different components of a w...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 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

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

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

PDF::API3 - Next version after PDF::API2 River stage zero No dependents

"PDF::API3" is the beginning of a rewrite of "PDF::API2". The purpose of this slightly modified version is to announce intensions for a rewrite, hopefully spawn participation, and to utilize cpan-RT for tracking bugs/fixes and wishlists/implementatio...

OTTO/PDF-API3-3.001 - 25 Apr 2009 23:23:46 UTC - Search in distribution

PPIx::Regexp - Represent a regular expression of some sort River stage three • 9 direct dependents • 169 total dependents

The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. This class forms the root of the parse tree, playing a role similar to PPI::Document. This package shares with PPI the ...

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC - Search in distribution
190 results (0.114 seconds)