libdata-dpath-perl 0.59-1 source package in Ubuntu

Changelog

libdata-dpath-perl (0.59-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.59.
  * Update years of upstream copyright.
  * Remove unversioned 'perl' from Depends.
  * Declare compliance with Debian Policy 4.6.2.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Fri, 27 Oct 2023 01:34:36 +0200

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 main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-dpath-perl_0.59-1.dsc 2.5 KiB 7ab7cf0b79d52f68d27f2b894aaa5784cee9794ff48c983fa4bb70f682da0cb5
libdata-dpath-perl_0.59.orig.tar.gz 280.3 KiB afef7ecc0033cc1187ff39d2fb3a41fb97ad44a2d70baf9781a284eb213f4eac
libdata-dpath-perl_0.59-1.debian.tar.xz 2.6 KiB c76f919839e0b3a3fbe98978d1e51731032c5927f9b409efe1728ea26d9da8ec

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.