libdata-rmap-perl 0.65-3 source package in Ubuntu

Changelog

libdata-rmap-perl (0.65-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libdata-rmap-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 19:48:17 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-rmap-perl_0.65-3.dsc 2.1 KiB 0a6649fad1858037791b6da03f9c46f4e6a8472a320ff732f39637d00d87f54d
libdata-rmap-perl_0.65.orig.tar.gz 13.1 KiB d076317d29365420a06223b1638451dc012ce2ae77d56c7a9a25bb378953dcf3
libdata-rmap-perl_0.65-3.debian.tar.xz 2.5 KiB 592cf9e71b334a920cb3610289e3f6010b7ecd6d2874fe6d68b978960bc7ff1f

Available diffs

No changes file available.

Binary packages built by this source

libdata-rmap-perl: Perl module implementing a recursive map, applying a block to a data structure

 Data::Rmap traverses HASH, ARRAY, SCALAR and GLOB reference types,
 evaluating a BLOCK for either only scalar values, arrays, hashes,
 references, all elements or a customizable combination of these, and
 returns a list composed of the results of such evaluations.