libdata-clone-perl 0.004-1build4 source package in Ubuntu

Changelog

libdata-clone-perl (0.004-1build4) artful; urgency=medium

  * No-change rebuild for perl 5.26.0.

 -- Matthias Klose <email address hidden>  Wed, 26 Jul 2017 20:27:09 +0000

Upload details

Uploaded by:
Matthias Klose
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
libdata-clone-perl_0.004.orig.tar.gz 34.2 KiB 2fe5e179882a6b926dfef0a108b4a2c87a1ffb06892bcf2fb88e4c8f4b84383c
libdata-clone-perl_0.004-1build4.debian.tar.xz 2.1 KiB 0c64c2fa413e9d390e9dcac7fb109e234ca5449e8f9c5de1f8999fe1d028361b
libdata-clone-perl_0.004-1build4.dsc 2.1 KiB 84ef4b49298c65e54474735d189a0d6773962317a6d2522d0c65e33733935aad

Available diffs

View changes file

Binary packages built by this source

libdata-clone-perl: Perl module for polymorphic data cloning

 Data::Clone does data cloning, i.e. copies things recursively. This is smart
 so that it works with not only non-blessed references, but also with blessed
 references (i.e. objects). When clone() finds an object, it calls a clone
 method of the object if the object has a clone, otherwise it makes a surface
 copy of the object. That is, this module does polymorphic data cloning.
 .
 Although there are several modules on CPAN which can clone data, this module
 has a different cloning policy from almost all of them.

libdata-clone-perl-dbgsym: debug symbols for libdata-clone-perl