libclone-perl 0.46-1build3 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 07:46:06 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl

Downloads

File Size SHA-256 Checksum
libclone-perl_0.46.orig.tar.gz 135.5 KiB aadeed5e4c8bd6bbdf68c0dd0066cb513e16ab9e5b4382dc4a0aafd55890697b
libclone-perl_0.46-1build3.debian.tar.xz 4.2 KiB 5331d3da727237e369a81170afa73178cab49d68c2d285ae9ea4fa442a1646a8
libclone-perl_0.46-1build3.dsc 2.3 KiB 6aae752f19a6cef15f9d3fc59b6c6c77770323dc6ec1801bb9ef679a586c89de

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