libdata-walk-perl 2.01-2 source package in Ubuntu

Changelog

libdata-walk-perl (2.01-2) unstable; urgency=medium

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

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

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 07:49:09 +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
Plucky release universe perl
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-walk-perl_2.01-2.dsc 2.1 KiB 9ae8d2516fd465d266d6b340e84884ea7accbaf532227b67f75123da026f8749
libdata-walk-perl_2.01.orig.tar.gz 19.9 KiB 88461561839fcbfebe1121cebee9bade20e609a12f8c7cb386eac22c8c54334a
libdata-walk-perl_2.01-2.debian.tar.xz 3.4 KiB 624fe37e60cf86fb9b820e499ec6ffbc5a0ccd2c7cb363e0fdbd96303886a0b5

Available diffs

No changes file available.

Binary packages built by this source

libdata-walk-perl: module to traverse Perl data structures

 With Data::Walk, one can have a call back function being called for each node
 in a given structure. It works with hash references, array references and
 blessed references of arbitrary depth.
 .
 Data::Walk is similar to File::Find, but instead of directory hierarchies, it
 works with Perl data.