libdata-clone-perl 0.006-1build1 source package in Ubuntu

Changelog

libdata-clone-perl (0.006-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:06:35 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.006.orig.tar.gz 18.6 KiB b8745954f0eff61efb25589cc13b4f2b1b26ce5ac3617d7e8aa3981626579629
libdata-clone-perl_0.006-1build1.debian.tar.xz 2.8 KiB 10a84d48a542d5ed9b3cfa2a5e3e5515d72602bc7f1dad1eedf5347e8125f6f8
libdata-clone-perl_0.006-1build1.dsc 2.3 KiB 56216748e363d4f71cb989287b29adcc8fa2f5032d43b805cc3f512a234d4486

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