libmodule-path-perl 0.19-2 source package in Ubuntu

Changelog

libmodule-path-perl (0.19-2) 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.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian wrong-path-for-interpreter error

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 20:11:46 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-path-perl_0.19-2.dsc 2.1 KiB a4a1d97540e53d31ab68579634486c3106d69f2309258c842e266e4982404f4e
libmodule-path-perl_0.19.orig.tar.gz 14.0 KiB b33179ce4dd73dfcde7d46808804b9ffbb11db0245fe455a7d001747562feaca
libmodule-path-perl_0.19-2.debian.tar.xz 2.9 KiB 4756534b0e1e619a075f27be98bbf3364a084529faec89aef4288c876eafe7fc

Available diffs

No changes file available.

Binary packages built by this source

libmodule-path-perl: module to get the full path to a locally installed Perl module

 Module::Path provides a single function, module_path(), which takes a module
 name and finds the first directory in the @INC path where the module is
 installed locally. It returns the full path to that file, resolving any
 symlinks.