libclone-perl 0.45-1build1 source package in Ubuntu

Changelog

libclone-perl (0.45-1build1) hirsute; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Mon, 09 Nov 2020 12:52:15 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
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-1build1.debian.tar.xz 3.9 KiB f1d19504bfb296e93e900561eb8d4cd42fcc5f71ec62d238d623f165fdbfea9a
libclone-perl_0.45-1build1.dsc 2.2 KiB ae9dc86779a32406c990bb28d35d7b37b52f0377357345093e42fde277531130

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