libclone-perl 0.43-1 source package in Ubuntu

Changelog

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

  [ intrigeri ]
  * Import upstream version 0.42
  * Update upstream copyright & licensing information.

  [ gregor herrmann ]
  * Import upstream version 0.43.
  * Update Build-Depends for cross builds.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Add libb-cow-perl to Build-Depends.

 -- gregor herrmann <email address hidden>  Tue, 12 Nov 2019 18:03:04 +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

Downloads

File Size SHA-256 Checksum
libclone-perl_0.43-1.dsc 2.4 KiB 6eb2fb8298066863a92a6d0e3eb2591bba351f22c93095f1534ad2236f1c2b75
libclone-perl_0.43.orig.tar.gz 15.6 KiB 99025344686535c1ded464fe126df900b645b858e6d8873635ba81b4882eeeda
libclone-perl_0.43-1.debian.tar.xz 3.7 KiB b54e4559d234a71247c0b82a76e4a56a9310662ded1a70dad3dcc99cbba1dfe9

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