libdata-dpath-perl 0.58-2 source package in Ubuntu

Changelog

libdata-dpath-perl (0.58-2) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ Olivier Tilloy ]
  * Remove the liblist-moreutils-perl dependency, not needed any longer in 0.58

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.
  * Remove constraints unnecessary since buster (oldstable)

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 22:58:14 +0000

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
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-dpath-perl_0.58-2.dsc 2.2 KiB 516d22c759d50bfc92e35428fd347ee8b21b99e29d3676d69ec3277dfd97f85a
libdata-dpath-perl_0.58.orig.tar.gz 281.9 KiB 8900345747571330ea37654c6b44c1e8b85801bbdeb453cb6bf1d579bd95f8c2
libdata-dpath-perl_0.58-2.debian.tar.xz 2.5 KiB d02f0d3b35bcd5089affdc94feb7f05f0819af2b421ce5b4653e2cf3ba4818ae

Available diffs

No changes file available.

Binary packages built by this source

libdata-dpath-perl: DPath is like XPath but for Perl data structures

 With Data::DPath you can address points in a Perl data structure by
 describing a "path" to it using hash keys, array indexes or some
 wildcard-like steps. It is inspired by XPath but differs from it.