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

Changelog

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

  * Import upstream version 1.136
  * Update (build-)dependency on libstring-format-perl to be versioned
  * Set Rules-Requires-Root to no
  * debian/watch: Bump format to version 4
  * Remove obsolete fields Name, Contact from debian/upstream/metadata
  * Update copyright years for debian/* packaging files
  * Declare compliance with Debian policy 4.4.1

 -- Salvatore Bonaccorso <email address hidden>  Wed, 27 Nov 2019 22:08:51 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.136-1.dsc 2.8 KiB 80cc17edebe073c2c0c09d06fe0bd9327ece958f8e506f84276f2f4080f3b538
libperl-critic-perl_1.136.orig.tar.gz 633.9 KiB 53a2891473ecb6df422025945fe007035bd1bfe13629940f9d6b4d44b770ef5e
libperl-critic-perl_1.136-1.debian.tar.xz 9.0 KiB 4bd274b2bd9eeede131291f95ffcb5bb63fcca584c6121ae2c7be4a05b5e3818

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.