libperl-prereqscanner-perl 1.019-1 source package in Ubuntu
Changelog
libperl-prereqscanner-perl (1.019-1) unstable; urgency=medium * New upstream release. * Update years of packaging copyright. -- gregor herrmann <email address hidden> Sat, 11 Jan 2014 21:04:35 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libperl-prereqscanner-perl_1.019-1.dsc | 2.5 KiB | dd64f8858385555107b22840958ce7e6e91cfcbad6d2714a3e7a89bfdc072992 |
libperl-prereqscanner-perl_1.019.orig.tar.gz | 23.5 KiB | f2ad7c198c384d3f20dc159ac1cd73dc52e2ae9355cbfe071304047d98c0afd9 |
libperl-prereqscanner-perl_1.019-1.debian.tar.gz | 3.4 KiB | d3e9dc07e188aae366cb4289e7b3d431bef417ca5b776f2b00ecf5300a76d7ba |
Available diffs
- diff from 1.018-1 to 1.019-1 (4.8 KiB)
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