libclone-perl 0.45-1build5 source package in Ubuntu

Changelog

libclone-perl (0.45-1build5) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 16:27:34 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libclone-perl_0.45.orig.tar.gz 15.8 KiB cbb6ee348afa95432e4878893b46752549e70dc68fe6d9e430d1d2e99079a9e6
libclone-perl_0.45-1build5.debian.tar.xz 4.0 KiB 86f1b5f6ae548acb2c31ff9687fbc842bd6469cf4c10d8d3488b26c49722da4a
libclone-perl_0.45-1build5.dsc 2.2 KiB e80500b011013e7c51e42aca783d48561280fca8b8980175f85de21ee8965887

Available diffs

View changes file

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