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

Changelog

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

  * New upstream release
  * Bump Standards-Version to 3.9.2 (no changes needed).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  17 May 2011 09:14:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.116.orig.tar.gz 622.5 KiB 04f0b80a68171341f79a9862b30132288e93c5a165985fc51b4a6e573043284e
libperl-critic-perl_1.116-1.debian.tar.gz 7.6 KiB 3c2387a6a617ad280cccc6183143b5714a2175c6f8b2376d20f010825ccef162
libperl-critic-perl_1.116-1.dsc 2.6 KiB dd8158bf1017f05511a892fdaa398af6e832f01e490b99487dcf26f3d5f532af

Available diffs

View changes file

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.