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

Changelog

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


  * Imported Upstream version 1.119

 -- Salvatore Bonaccorso <email address hidden>  Fri, 27 Sep 2013 07:17:07 +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.119-1.dsc 2.7 KiB 7f48ee1df0dfdfa34f99edbb1fee33f2cc6baad5209507f7d4f580f5306f9628
libperl-critic-perl_1.119.orig.tar.gz 631.1 KiB 5abab94352f50870c4a1701e356ef5a6250f4748a00dc2f4c8aff014c21d848c
libperl-critic-perl_1.119-1.debian.tar.gz 8.8 KiB 3378a9adbdf1ec3e6c9362a879b28656b3bcf6780fb56c6c5c0aacd6af6a2be4

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.