libclone-perl 0.38-2build2 source package in Ubuntu

Changelog

libclone-perl (0.38-2build2) artful; urgency=medium

  * No-change rebuild for perl 5.26.0

 -- Steve Langasek <email address hidden>  Wed, 26 Jul 2017 15:36:22 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Artful
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.38.orig.tar.gz 13.3 KiB 9fb0534bb7ef6ca1f6cc1dc3f29750d6d424394d14c40efdc77832fad3cebde8
libclone-perl_0.38-2build2.debian.tar.xz 3.5 KiB d25f944b88c924d89590c87c284d0755176d4f342af635c3e56cde82d64676b6
libclone-perl_0.38-2build2.dsc 2.1 KiB e7bde91e0b04987386474d5acb8356310bf6aa26a531837d0e18cc668c790e41

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