libdata-walk-perl 1.00-1 source package in Ubuntu

Changelog

libdata-walk-perl (1.00-1) unstable; urgency=low

  * Initial Release (Closes: #442837).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 Nov 2007 21:37:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Hardy
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Hardy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdata-walk-perl_1.00.orig.tar.gz 20.8 KiB bafed86b1dab0b234c1a4ba5ee01c03910da846278b5a9bc2ea847dbc862ec1c
libdata-walk-perl_1.00-1.diff.gz 2.4 KiB 3c45b5c688db0bc512f6091431cdf0a612ef2f4ca10ae44358dd0dfad2e017b5
libdata-walk-perl_1.00-1.dsc 753 bytes 7ccbda7ed992070b31a68bedf52faa65ce8dcf718589fbb683c17ade3654c5a5

View changes file

Binary packages built by this source

libdata-walk-perl: 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 hiearchies, it
 works with Perl data.