libperl-metrics-simple-perl 0.15-1 source package in Ubuntu

Changelog

libperl-metrics-simple-perl (0.15-1) unstable; urgency=low

  * New upstream release
  * Use new 3.0 (quilt) source format
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  18 May 2010 11:16:25 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libperl-metrics-simple-perl_0.15.orig.tar.gz 34.3 KiB 3d8a56b7f7619358828e1a531e0bb038855b0eb136d05dbaef629450efa11929
libperl-metrics-simple-perl_0.15-1.debian.tar.gz 2.0 KiB 00f8a36ad2b3e957e05fc1603b7853494d6cf89168783732370c7dccc3a5795e
libperl-metrics-simple-perl_0.15-1.dsc 2.2 KiB 98bf3c237d68ee4e416763e410ee5e3ebc8c5ea5dbbb1450d1b2d87e6bd17a71

Available diffs

View changes file

Binary packages built by this source

libperl-metrics-simple-perl: module to provide metrics of Perl code

 Perl::Metrics::Simple is a Perl module that provides several useful methods
 for static analysis of one or many Perl files. It currently offers these
 metrics: packages, subroutines, lines of code, and an approximation of
 cyclomatic (mccabe) complexity for the subroutines and the "main" portion
 of the code.
 .
 This module is designed to be simpler than the similar Perl::Metric module.