libclone-perl 0.43-ok1 source package in openKylin

Changelog

libclone-perl (0.43-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libclone-perl_0.43.orig.tar.gz 15.6 KiB 99025344686535c1ded464fe126df900b645b858e6d8873635ba81b4882eeeda
libclone-perl_0.43-ok1.debian.tar.xz 1.8 KiB 34245855b15a1c8e2d677979718db25198db5b2810cf2b971f21337cf593fa27
libclone-perl_0.43-ok1.dsc 1.9 KiB bdc9ae33be70ef569aa8ec01a897a9b9da278ba78125bd573cbd61c843eaf281

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.