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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

  [ Axel Beckert ]
  * Import upstream version 0.57.
  * Declare compliance with Debian Policy 4.1.0.

 -- Axel Beckert <email address hidden>  Sun, 24 Sep 2017 00:37:34 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-dpath-perl_0.57-1.dsc 2.2 KiB 5c691506537caa0d8642ac8e4e807adfdfbea72a2e88c56e65bf01e81822cf36
libdata-dpath-perl_0.57.orig.tar.gz 281.3 KiB 73f85d44d9b783fb65672a0bf66ea9ea53ae08cf170006539a191aaeb4d2cf5d
libdata-dpath-perl_0.57-1.debian.tar.xz 2.0 KiB 719ca14cb1bc4efe27f086659fd6141b7fd0361faf00d9e9d25c9aba617dc1aa

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.