Package: libclone-perl Status: install ok unpacked Priority: optional Section: perl Installed-Size: 42 Maintainer: Debian Perl Group Architecture: amd64 Multi-Arch: same Source: libclone-perl (0.47-1) Version: 0.47-1+b1 Depends: perl (>= 5.40.0-6), perlapi-5.40.0, libc6 (>= 2.14) Description: 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. Homepage: https://metacpan.org/release/Clone