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

Changelog

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


  * Team upload

  * Imported Upstream version 1.017
  * swap alternatives in the libcpan-meta-perl (>= 2.120630) | perl (>=
    5.15.9) dependency

 -- Damyan Ivanov <email address hidden>  Sun, 20 Oct 2013 22:48:52 +0300

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-prereqscanner-perl_1.017-1.dsc 2.5 KiB efe0933a450b1c1ea1719c2e5cc839915872a6bef9ca3cb63cd961918e85e6b4
libperl-prereqscanner-perl_1.017.orig.tar.gz 23.5 KiB dd0786736a17ba309a413ddefb98939b7cfef1c7112cdac25ce34b72fff1aa68
libperl-prereqscanner-perl_1.017-1.debian.tar.gz 3.4 KiB 9bb1621981c83e114b489c48fd1f885246a5fca30ca485b29245fa20c73e1843

Available diffs

No changes file available.

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.
 .
 It currently detects 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