libclone-perl 0.46-1 source package in Ubuntu

Changelog

libclone-perl (0.46-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + libclone-perl: Add Multi-Arch: same.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.46.
  * Update debian/copyright.

 -- gregor herrmann <email address hidden>  Sun, 30 Oct 2022 02:27:15 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main perl
Lunar release main perl

Downloads

File Size SHA-256 Checksum
libclone-perl_0.46-1.dsc 2.4 KiB 7ba8175f0f750bdb0642e342fe93345927ad9038b0acdda5b939f5bb2ce5edcf
libclone-perl_0.46.orig.tar.gz 135.5 KiB aadeed5e4c8bd6bbdf68c0dd0066cb513e16ab9e5b4382dc4a0aafd55890697b
libclone-perl_0.46-1.debian.tar.xz 4.0 KiB b0cf1dabe8e47f153449b6b19b06b6ed26506faa3750471a846d4e1dfafa434c

No changes file available.

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