libmodule-extractuse-perl 0.33-2 source package in Ubuntu

Changelog

libmodule-extractuse-perl (0.33-2) unstable; urgency=medium

  * Fix (hopefully) a reproducible build issue.
    debian/rules: make sure that the recreated grammar file gets installed and
    not the shipped one.
    This also makes it possible to build the package twice in a row.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Mon, 21 Sep 2015 23:02:08 +0200

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 Pocket Published Component Section
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-extractuse-perl_0.33-2.dsc 2.5 KiB faacfbe8a89fba7de3b24f33d98fe8a6af6486e903ca5328fce385e3d5209947
libmodule-extractuse-perl_0.33.orig.tar.gz 32.8 KiB a65e3fcd8aee997e0c0eb0a826175758f47d5873fceddcfa450ab881ad1ce59f
libmodule-extractuse-perl_0.33-2.debian.tar.xz 3.7 KiB bb0b7825f3fdebf0e247f2734b11293fdf02934dc1b9a0d5b48924a67b3c939d

Available diffs

No changes file available.

Binary packages built by this source

libmodule-extractuse-perl: Perl module to find out modules used by the specified Perl source

 Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl
 code. It tries very hard to find all modules (whether pragmas, Core, or from
 CPAN) used by the parsed code.
 .
 "Usage" is defined by either calling use or require.