libclone-perl 0.45-ok3 source package in openKylin

Changelog

libclone-perl (0.45-ok3) nile; urgency=medium

  * No change rebuild against perl-5.36

 -- CI Bot <email address hidden>  Mon, 15 Apr 2024 06:26:45 +0000

Upload details

Uploaded 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

Downloads

File Size SHA-256 Checksum
libclone-perl_0.45.orig.tar.gz 15.9 KiB 7f3498ae090805b7ab3f4cfc4b031bc52e1a47eacf0cd7717a4aca2ff706791e
libclone-perl_0.45-ok3.debian.tar.xz 2.4 KiB 290460a3679b585fa2b870f068e1d4e687cd49dec05983937bd57cc30288f719
libclone-perl_0.45-ok3.dsc 1.8 KiB 5e4ce82620312b14b909c042f43722f50dc9a7d0afa5fa404a37debbcd0d3cd1

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