libclone-perl 0.31-1build3 source package in Ubuntu
Changelog
libclone-perl (0.31-1build3) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson <email address hidden> Tue, 15 Nov 2011 14:50:50 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclone-perl_0.31.orig.tar.gz | 11.5 KiB | 94432ba5cadbf9f78fb29a23f68481e70e24d2e77f1f669f2919b00cc3a15f39 |
libclone-perl_0.31-1build3.diff.gz | 2.6 KiB | 75df21408ee875e7faaaaf87976201797098cafdb752e9ae036a293470242062 |
libclone-perl_0.31-1build3.dsc | 2.1 KiB | 551b7e13bf282851fa2f0b4d28fa0a0b36a853a19fb102bddd2ba4519834379f |
Available diffs
- diff from 0.31-1build2 to 0.31-1build3 (281 bytes)
Binary packages built by this source
- libclone-perl: recursively copy 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.