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

Changelog

libperl-critic-perl (1.120-1) unstable; urgency=low


  * Imported Upstream version 1.120

 -- Salvatore Bonaccorso <email address hidden>  Sat, 26 Oct 2013 08:42:05 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.120-1.dsc 2.7 KiB 70a0bbe5459ced1e542bc792e10bee861c082bbe94d9979f6131290f68d7a09d
libperl-critic-perl_1.120.orig.tar.gz 631.4 KiB 7cee0df9cfeafaaba24ba46f4d00256a2ca2fad2a4b6fb8a60c6fd47a75e2fee
libperl-critic-perl_1.120-1.debian.tar.gz 8.8 KiB f6293feafffed24a410b9f75bd62149fe19e932ebab44a11cc7b30a84b888cce

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.