libclone-perl 0.45-1build4 source package in Ubuntu
Changelog
libclone-perl (0.45-1build4) lunar; urgency=medium * Rebuild against new perlapi-5.36. -- Gianfranco Costamagna <email address hidden> Fri, 04 Nov 2022 15:59:18 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Lunar
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclone-perl_0.45.orig.tar.gz | 15.8 KiB | cbb6ee348afa95432e4878893b46752549e70dc68fe6d9e430d1d2e99079a9e6 |
libclone-perl_0.45-1build4.debian.tar.xz | 4.0 KiB | 84833327a23ac10dedab45c421ec50405cd19f22b15e80c2f0af9865993f67f9 |
libclone-perl_0.45-1build4.dsc | 2.2 KiB | 72a4958e18b019c4cea1c1babe4fba96b1c2d95f1e42ef3a1b9673199dd501f3 |
Available diffs
- diff from 0.45-1build3 to 0.45-1build4 (335 bytes)
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.
- libclone-perl-dbgsym: debug symbols for libclone-perl