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