Paketname | libclone-perl |
Beschreibung | recursively copy Perl datatypes |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.31-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl (>= 5.10.0-19), perlapi-5.10.0, libc6 (>= 2.7-1) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 13974 Byte |
Prüfsumme MD5 | 5ebbb13040347f1e3e275d301ff63de9 |
Prüfsumme SHA1 | e30b15afc8f006fe85a3e052dba448ade0171a99 |
Prüfsumme SHA256 | 9721d47a903ed4860149523f19944bdaa46d29a6bd2c000e737d94c271bc4a43 |
Link zum Herunterladen | libclone-perl_0.31-1_i386.deb |
Ausführliche Beschreibung | 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.
|