libpath-finddev-perl 0.5.3-2 source package in Ubuntu

Changelog

libpath-finddev-perl (0.5.3-2) unstable; urgency=medium

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

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-simple-perl and
      perl.

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 23:47:33 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpath-finddev-perl_0.5.3-2.dsc 2.2 KiB 04d9557c4ecc4517f6630125fa3eb1be88e4eb54f0c0ab0e8720f4e3b5fe12bf
libpath-finddev-perl_0.5.3.orig.tar.gz 40.2 KiB beb465d3060ad7d71d338d48ade5798a96d3cd2bc40a3d619b940372038808b9
libpath-finddev-perl_0.5.3-2.debian.tar.xz 2.3 KiB b66d5e7d3fe73a55e04e511401aabe45978cbd62a465fc4ca70dd614f273ac99

Available diffs

No changes file available.

Binary packages built by this source

libpath-finddev-perl: Perl module to find a development source tree somewhere in an upper hierarchy

 Path::FindDev provides an easy and platform-independent way to find the
 root of a development source tree in some parent directory, irrespective
 of which test you put it in, and regardless of what $CWD happens to be
 when you call it. Path::FindDev is mostly a glue layer around
 Path::IsDev with a few directory walking tricks.