libperl-critic-perl 1.150-1 source package in Ubuntu

Changelog

libperl-critic-perl (1.150-1) unstable; urgency=medium

  * Import upstream version 1.150.
  * Update build and runtime dependencies.

 -- gregor herrmann <email address hidden>  Sun, 11 Jun 2023 17:30:59 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.150-1.dsc 3.1 KiB eb19385f8b97134adc7c584c612af88513d91589de5d8453e21ea46302c3a0ab
libperl-critic-perl_1.150.orig.tar.gz 646.9 KiB e5cd95de3e43bce70775176274baa405f326fc8740df0054bb816975cc8d349b
libperl-critic-perl_1.150-1.debian.tar.xz 9.2 KiB 0fdf405183a2ed23b500b8af7901524e4436ad0058737adfc829f3a3afef15ac

Available diffs

No changes file available.

Binary packages built by this source

libperl-critic-perl: Perl module to critique code for best practices

 Perl::Critic is an extensible framework for creating and applying software
 coding policies to Perl source code. By default, it is distributed with a
 number of policy modules that attempt to enforce various coding guidelines,
 including those discussed in Damian Conway's Perl Best Practices. However,
 it is not limited to PBP and will even support policies that contradict PBP.
 You can enable, disable and customize those policies through the Perl::Critic
 interface. You can also create new Policy modules to suit your own tastes.