libclone-perl 0.35-1 source package in Ubuntu

Changelog

libclone-perl (0.35-1) unstable; urgency=low


  * Imported Upstream version 0.35
  * Update debian/copyright years

 -- Xavier Guimard <email address hidden>  Mon, 09 Sep 2013 06:14:24 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libclone-perl_0.35-1.dsc 2.1 KiB d778a17e26330166c5ad9ba763c86de54860b6d26a0497607d10afc922396765
libclone-perl_0.35.orig.tar.gz 13.0 KiB 3d3d9eabfa6022dac8c9111097bebc7731e2e184457b5b55580bd5a3f6ef214a
libclone-perl_0.35-1.debian.tar.gz 3.0 KiB 8e0fda882d25b93e9eb706cc1ff5039fea5e4f0878a58f0bd34da00430616f2c

Available diffs

No changes file available.

Binary packages built by this source

libclone-perl: 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.