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

Changelog

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

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Imported Upstream version 1.117
  * Update debian/copyright file.
    Add File information for new file contributed by Mike O'Regan.
  * Change (Build-)Depends(-Indep) on libppix-regexp-perl.
    Make unversioned dependency a versioned dependency on (>= 0.022). For
    details see RT#72151.
    https://rt.cpan.org/Ticket/Display.html?id=72151
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  03 Jan 2012 02:33:54 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.117.orig.tar.gz 630.7 KiB 66c6ba45fdf04458a94a312d0ff0785eac74860a77a407bfe5af4dd2615e199e
libperl-critic-perl_1.117-1.debian.tar.gz 7.7 KiB 72bf14b1c62d14f334a92c165d2cb980b553bf76a4beb296e38f36c60084fef8
libperl-critic-perl_1.117-1.dsc 2.7 KiB 7adab69cc19f8e8a4f9b8900fdcc0bef35259273d14aaca2d793e3e22621aa4c

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.