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

Changelog

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

  * Import upstream version 1.130

 -- Salvatore Bonaccorso <email address hidden>  Fri, 21 Jul 2017 21:21:53 +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
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.130-1.dsc 2.8 KiB 1ca06bc173ebcd9463ed74862cacb468e6eb6ec973c2bebab87214250873e087
libperl-critic-perl_1.130.orig.tar.gz 631.9 KiB 0662e8f02dd78e39ee9d5b01bdf5376a7cc70ce2b0edc9ca015be35e6cb61df6
libperl-critic-perl_1.130-1.debian.tar.xz 8.6 KiB 40304dd620f93c1a5935809e176c416b149e5db9b3112b9e6191815de3078c3a

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.