libclone-perl 0.47-ok1 source package in openKylin
Changelog
libclone-perl (0.47-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 06:55:29 -0700
libclone-perl (0.47-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 06:55:29 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libclone-perl_0.47.orig.tar.gz | 135.8 KiB | 4c2c0cb9a483efbf970cb1a75b2ca75b0e18cb84bcb5c09624f86e26b09c211d |
| libclone-perl_0.47-ok1.debian.tar.xz | 1.9 KiB | cf21f293024ef2d918bf255581a700f6bd857fa8b60832570f7ad4c9dfee092a |
| libclone-perl_0.47-ok1.dsc | 2.0 KiB | 1a9cf7f4a71f1c81fb6d6678bfd8e9e3eb8b4aa134931775752350372477a926 |
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.