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

Changelog

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

  * Import upstream version 1.152.
  * Bump versioned (test) dependency on libppi-perl.

 -- gregor herrmann <email address hidden>  Sat, 28 Oct 2023 01:35:27 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.152-1.dsc 3.1 KiB e4d20d5fa6aa1975f9917c9a6166e565cc7fc0acde9fcc2e867612d0aa77b2ef
libperl-critic-perl_1.152.orig.tar.gz 646.9 KiB e5bfaf67f61a2a6a0ed343f0403b19f515b4890eed6272abaab707749c5e5e1e
libperl-critic-perl_1.152-1.debian.tar.xz 9.2 KiB 1db09d4d40df62a49bba970c44fd9408bd46b2b636de1912abd30b5ab1742969

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.