libpath-class-perl 0.37-2 source package in Ubuntu

Changelog

libpath-class-perl (0.37-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

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

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

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on perl.
    + libpath-class-perl: Drop versioned constraint on perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 23:46:46 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpath-class-perl_0.37-2.dsc 2.1 KiB 9f8bf15b5580bc16b2ac87abbeb6e52e69af87b6dd03810d8ffa0d0046531db5
libpath-class-perl_0.37.orig.tar.gz 36.6 KiB 654781948602386f2cb2e4473a739f17dc6953d92aabc2498a4ca2561bc248ce
libpath-class-perl_0.37-2.debian.tar.xz 4.2 KiB a422a0b51d34d6986b6e0fcdbffa7e036724bc6979185b17bcad4896614d179f

Available diffs

No changes file available.

Binary packages built by this source

libpath-class-perl: module for cross-platform path specification manipulation

 Path::Class is a module for manipulation of file and directory specifications
 (strings describing their locations; for example: '/home/ken/foo.txt') in a
 cross-platform manner. It supports pretty much every platform Perl runs on,
 including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2 and NetWare.
 .
 Path::Class uses File::Spec internally, wrapping all the unsightly details so
 you can concentrate on your application code. Path::Class provides an object
 model of path specifications and their semantics. In other words, it creates
 objects representing files and directories, and provides methods that relate
 them to each other.