libclone-perl 0.45-1build2 source package in Ubuntu

Changelog

libclone-perl (0.45-1build2) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:14:36 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Impish
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libclone-perl_0.45.orig.tar.gz 15.8 KiB cbb6ee348afa95432e4878893b46752549e70dc68fe6d9e430d1d2e99079a9e6
libclone-perl_0.45-1build2.debian.tar.xz 3.9 KiB 16ef0e096e0081414e77f4fab36df7ce8d6138386304101a00e1665a9198ceae
libclone-perl_0.45-1build2.dsc 2.2 KiB 0ab7d31623c6e748ebb47ead69b161bd5f329112ebd63bbeb5204fe5ba2f1e22

Available diffs

View changes file

Binary packages built by this source

libclone-perl: module for recursively copying Perl datatypes

 The Clone module provides a clone() method which makes recursive copies of
 nested hash, array, scalar and reference types, including tied variables and
 objects.
 .
 It is faster (although less flexible) than Storable's dclone. Its
 functionality is _not_ serializing in-memory objects (i.e. as
 Data::Dumper or YAML::Dump do), but deep-copying them over to new
 in-memory structures.

libclone-perl-dbgsym: debug symbols for libclone-perl