libclone-perl 0.38-2build3 source package in Ubuntu

Changelog

libclone-perl (0.38-2build3) bionic; urgency=medium

  * No-change rebuild against perlapi-5.26.1

 -- Steve Langasek <email address hidden>  Thu, 02 Nov 2017 05:48:05 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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.38.orig.tar.gz 13.3 KiB 9fb0534bb7ef6ca1f6cc1dc3f29750d6d424394d14c40efdc77832fad3cebde8
libclone-perl_0.38-2build3.debian.tar.xz 3.6 KiB 96658640f6bbb813d98c747bb6f5da07692895e86e71ee1045a9d195b977de2e
libclone-perl_0.38-2build3.dsc 2.2 KiB e487308bdb409c6c7ee409c1325be2f89ee08b81165685aa06e67dcbf467d830

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