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

Changelog

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

  * Import upstream version 1.148.
  * Update debian/copyright.
  * Update build, test, and runtime dependencies.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 15 Jan 2023 03:47:53 +0100

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
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.148-1.dsc 3.0 KiB b688562401892e3d12d5a179e2e6e79604a1651b79f0c480f4de19e5ee11ce90
libperl-critic-perl_1.148.orig.tar.gz 646.7 KiB cf8a5cdc66f9bd40eb516396213f65227eac4b5fa035d4353ace9b3c329e1096
libperl-critic-perl_1.148-1.debian.tar.xz 9.2 KiB 0490c3dac19c61555cb5c7ad9652d93c0e92cc47c32c70bec68597186b508469

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.