libclone-perl 0.46-ok1 source package in openKylin

Changelog

libclone-perl (0.46-ok1) nile; urgency=medium

  * Sync upstream version.

 -- zhouganqing <email address hidden>  Fri, 28 Jun 2024 11:07:41 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libclone-perl_0.46.orig.tar.gz 135.5 KiB aadeed5e4c8bd6bbdf68c0dd0066cb513e16ab9e5b4382dc4a0aafd55890697b
libclone-perl_0.46-ok1.debian.tar.xz 1.9 KiB 75346fea77d3373a177c89b2509252fa650353aa3310f1972f1d618f14c89551
libclone-perl_0.46-ok1.dsc 1.8 KiB c81e4b3cb73adeacbbab413bf7e4ed1af79f20567eb1573b82873534282db2e8

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