libmodule-util-perl 1.09-3 source package in Ubuntu

Changelog

libmodule-util-perl (1.09-3) unstable; urgency=medium

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Salvatore Bonaccorso ]
  * 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 Jeremiah C. Foster from Uploaders on request of the MIA team.
    (Closes: #843745)
  * Fix autopkgtests. Skip a smoke test which tries to configure CPAN.pm
    and either fails, or succeeds and then goes on to run 200_000 tests
    where some occaisonally fail.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.0.0.
  * Drop unneeded version contraint from libmodule-build-perl.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Tue, 01 Aug 2017 18:05:33 -0400

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-util-perl_1.09-3.dsc 2.2 KiB 3f4c2eedb25abc86ece6c3d8f9e4b22a47e114e20a1d98e2e31957eea87c28c3
libmodule-util-perl_1.09.orig.tar.gz 11.4 KiB 6cfbcb6a45064446ec8aa0ee1a7dddc420b54469303344187aef84d2c7f3e2c6
libmodule-util-perl_1.09-3.debian.tar.xz 3.0 KiB a5c5f756fb5230799877fb6de91ab0d9490b87ab7b118e1136b7a508fbaa4413

Available diffs

No changes file available.

Binary packages built by this source

libmodule-util-perl: Perl module to manipulate Perl module names

 Module::Util provides useful functions to manipulate module names. Its main
 aim is to centralise some of the functions commonly used by modules that
 manipulate other modules in some way, like converting module names to relative
 paths.
 .
 It also provides some general utility functions for working with modules, such
 as determining whether a string "looks like" a module name, or testing if a
 module is loaded (using %INC magic).