libclone-perl 0.45-ok2 source package in openKylin

Changelog

libclone-perl (0.45-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- sufang <email address hidden>  Thu, 15 Sep 2022 15:40:09 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
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
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libclone-perl_0.45.orig.tar.gz 15.9 KiB 7f3498ae090805b7ab3f4cfc4b031bc52e1a47eacf0cd7717a4aca2ff706791e
libclone-perl_0.45-ok2.debian.tar.xz 2.3 KiB ad088d5eba5f11575b4bff0d95110f72b3e7153a9ac625cde9595c3d2ec46ffc
libclone-perl_0.45-ok2.dsc 1.8 KiB 03e6ecb79e2b2ed4a80cae6333e9766ffe24cdeb5d4cea55c39440ccd18a2554

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