libmodule-extractuse-perl 0.341-1 source package in Ubuntu

Changelog

libmodule-extractuse-perl (0.341-1) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Lucas Kanashiro ]
  * Import upstream version 0.341
  * d/u/metadata: update contact and repo url
  * Refresh autopkgtest.patch
  * d/copyright: update Upstream-Contact field
  * Update email of Thomas Klausner, use CPAN email
  * Update Debian packaging copyright
  * Declare compliance with Debian policy 3.9.7

  [ gregor herrmann ]
  * Add copyright/license information for new example script.

 -- Lucas Kanashiro <email address hidden>  Sun, 21 Feb 2016 17:15:46 -0300

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
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-extractuse-perl_0.341-1.dsc 2.5 KiB 2e27423e715c6f5c4a2e8875a18bddac98b93d91b0e9944723564053fd1a4a57
libmodule-extractuse-perl_0.341.orig.tar.gz 46.1 KiB 9b0df07eaa28229da6667538ff114ecab37560f474f807b2a1476700e77106d8
libmodule-extractuse-perl_0.341-1.debian.tar.xz 4.2 KiB e1bce6615952c34ee2393504b92c8b8aae17075601f792cd0316d9afb9066cf6

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.