libclone-perl 0.41-1build1 source package in Ubuntu

Changelog

libclone-perl (0.41-1build1) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 08:40:06 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.41.orig.tar.gz 14.1 KiB e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518
libclone-perl_0.41-1build1.debian.tar.xz 3.6 KiB c3e4a0f583c140b9b42cd19030245176207321d3dace86e0b3f4aae8ee5ac7a1
libclone-perl_0.41-1build1.dsc 2.1 KiB c5578ea44c5a8c2d59487fdeed14b94d2c0cb67775fa0ad0e1a31299fe212db1

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