libperl-prereqscanner-perl 1.004-1 source package in Ubuntu

Changelog

libperl-prereqscanner-perl (1.004-1) unstable; urgency=low

  * Team upload.
  * New upstream release
  * Increase debhelper compat level to 8
  * Bump Standards-Version to 3.9.2: no changes necessary
  * Update copyright format
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  27 Jun 2011 08:07:14 +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-prereqscanner-perl_1.004.orig.tar.gz 16.2 KiB ad27128999ebace9f39e8fae4ad710acd393ecac786f32220823db7a63336390
libperl-prereqscanner-perl_1.004-1.debian.tar.gz 2.6 KiB 7ca890dafab50030d3f4c69f1eec20e68fc040a023aea770f033e34df2a120de
libperl-prereqscanner-perl_1.004-1.dsc 2.3 KiB 6de17360dbb1dd8f8cb1966819c67551f47a121c8312a0f4b53b89bfe3e90014

Available diffs

View changes file

Binary packages built by this source

libperl-prereqscanner-perl: module for extracting prerequisites from Perl code

 Perl::PrereqScanner is a Perl module that extracts distribution prerequisites
 from files through various means. The extraction is not perfect but provides
 a best-guess approximation, currently detecting the following:
 .
   * plain lines beginning with use or require in perl modules and scripts
   * regular inheritance declared with the base and parent pragmata
   * Moose inheritance declared with the extends keyword
   * Moose roles included with the with keyword