libmodule-depends-perl 0.16-3 source package in Ubuntu

Changelog

libmodule-depends-perl (0.16-3) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

  [ Niko Tyni ]
  * Patch the test suite to escape braces in a regexp, fixing deprecation
    warnings. (Closes: #826484)
  * Patch the test suite to work without cwd in @INC. (Closes: #837142)

 -- Niko Tyni <email address hidden>  Sat, 17 Sep 2016 16:40:18 +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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-depends-perl_0.16-3.dsc 2.2 KiB 48c0dde03d817fc9eddb7fac0fc0c8e9c3e7395d482c6b32b74a93377fec0e56
libmodule-depends-perl_0.16.orig.tar.gz 7.3 KiB ff7d78a42f5410ec019442cf54360d61cb97355deb045f116a76e3a4c8a3a0a7
libmodule-depends-perl_0.16-3.debian.tar.xz 6.0 KiB d46628c4b8d9558918a467c22be92019748d570b82c912e88e7e8781c29e2c20

Available diffs

No changes file available.

Binary packages built by this source

libmodule-depends-perl: Perl module to identify the dependencies of a distribution

 Module::Depends extracts module dependencies from an unpacked
 distribution tree.
 .
 Module::Depends only evaluates the {MY,}META.{json,yml} files shipped with a
 distribution. This won't be effective until all distributions ship such
 files, so you should look at Module::Depends::Intrusive.