libmoosex-clone-perl 0.06-3 source package in Ubuntu

Changelog

libmoosex-clone-perl (0.06-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 20:56:03 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-clone-perl_0.06-3.dsc 2.1 KiB 4e887366ee3169b22c0b3154c37fb359c1f68c2a29b9da99b7f09d8263ea8d4b
libmoosex-clone-perl_0.06.orig.tar.gz 29.8 KiB cbd7825db9e74b053f524544a014f066fdce290316ebb568f87679181b398da7
libmoosex-clone-perl_0.06-3.debian.tar.xz 3.4 KiB 4f9d6a806c6798a093d7070eed3fd47c2c40987edc681b80bad3da46b4e0b923

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-clone-perl: Moose extension providing fine-grained cloning support

 MooseX::Clone extends Moose's low level cloning functionality by providing
 selective deep cloning using introspection. Attributes with the Clone trait
 will handle cloning of data within the object, typically delegating to the
 attribute value's own clone method.