libclone-perl 0.46-1build1 source package in Ubuntu

Changelog

libclone-perl (0.46-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:06:12 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.46.orig.tar.gz 135.5 KiB aadeed5e4c8bd6bbdf68c0dd0066cb513e16ab9e5b4382dc4a0aafd55890697b
libclone-perl_0.46-1build1.debian.tar.xz 4.1 KiB c0236d2dc3659e3fee50aea5da4dbdb52bd2f29b2f19b0ab6e5398a269c90e2e
libclone-perl_0.46-1build1.dsc 2.2 KiB 267d50d7bfd8748515233b41dd64839f3b4bb39fc0046e716e10079c118f03f7

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