libmodule-extract-use-perl 1.043-1 source package in Ubuntu

Changelog

libmodule-extract-use-perl (1.043-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Jotam Jr. Trejo from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!
  * Add debian/upstream/metadata.

  * Import upstream version 1.043.
  * Update years of upstream and packaging copyright.
  * Update upstream licensing terms.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.
  * autopkgtest: add debian/tests/pkg-perl/smoke-files.

 -- gregor herrmann <email address hidden>  Tue, 02 Jan 2018 23:09:41 +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 Pocket Published Component Section
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-extract-use-perl_1.043-1.dsc 2.4 KiB 6be6503b7f88975cc18603cab5f73a2657ded257c787a9dfa5e70ff158e262f7
libmodule-extract-use-perl_1.043.orig.tar.gz 12.7 KiB 44462c5c52c3fe64c89d2beea5942016e97828aed9535dc350ff0f1b65e29e59
libmodule-extract-use-perl_1.043-1.debian.tar.xz 5.8 KiB f03eef52e55a2d1573434fb8a2a202aed114bfe94e414584ec04621fe5f268bf

Available diffs

No changes file available.

Binary packages built by this source

libmodule-extract-use-perl: Perl module to extract which modules some code uses

 Module::Extract::Use extracts the names of the modules used in a file using a
 static analysis. It uses PPI (Perl Parsing Interface) to tokenize and extract
 the file data.
 .
 Since this module does not run code, it cannot find dynamic uses of modules,
 such as eval "require $class".