libperl-critic-perl 1.138-2 source package in Ubuntu

Changelog

libperl-critic-perl (1.138-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit, Repository-Browse.

  [ gregor herrmann ]
  * Add libpod-parser-perl to {build,runtime} dependencies.
  * Update years of packaging copyright.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sun, 17 May 2020 13:00:12 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.138-2.dsc 3.0 KiB d4266a69815f0c12db862c7b90b44757071d85e8916283996fa41cf7894f8923
libperl-critic-perl_1.138.orig.tar.gz 634.5 KiB 2ad194f91ef24df4698369c2562d4164e9bf74f2d5565c681841abf79789ed82
libperl-critic-perl_1.138-2.debian.tar.xz 9.2 KiB 8a5236b00ada609440dde8e44a714ea36572d1737e131efa8125034125464011

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.