libclone-perl 0.45-ok3 source package in openKylin
Changelog
libclone-perl (0.45-ok3) nile; urgency=medium * No change rebuild against perl-5.36 -- CI Bot <email address hidden> Mon, 15 Apr 2024 06:26:45 +0000
libclone-perl (0.45-ok3) nile; urgency=medium * No change rebuild against perl-5.36 -- CI Bot <email address hidden> Mon, 15 Apr 2024 06:26:45 +0000
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libclone-perl_0.45.orig.tar.gz | 15.9 KiB | 7f3498ae090805b7ab3f4cfc4b031bc52e1a47eacf0cd7717a4aca2ff706791e |
libclone-perl_0.45-ok3.debian.tar.xz | 2.4 KiB | 290460a3679b585fa2b870f068e1d4e687cd49dec05983937bd57cc30288f719 |
libclone-perl_0.45-ok3.dsc | 1.8 KiB | 5e4ce82620312b14b909c042f43722f50dc9a7d0afa5fa404a37debbcd0d3cd1 |
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.