libdata-swap-perl 0.08-3 source package in Ubuntu

Changelog

libdata-swap-perl (0.08-3) unstable; urgency=medium

  * Add patch to work around Perl_hv_backreferences_p beinh hidden
    in perl 5.38.
    Thanks to Niko Tyni for the patch. (Closes: #1040386)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Thu, 10 Aug 2023 13:21:11 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libdata-swap-perl_0.08-3.dsc 2.3 KiB 0bd1a939b6678d0f76a1e97dc7543af9c289bbb92ccaafa5f89b3e93e4eea7d5
libdata-swap-perl_0.08.orig.tar.gz 26.4 KiB e688ea3e3e9a77df5c98f4e5b21381697b7d459f70ca33f9832225ee60a6cae1
libdata-swap-perl_0.08-3.debian.tar.xz 3.5 KiB d4953dff99764ec9d1e68615b3be693ee1f5a0f4be7ee946678cbd48ee4320a9

No changes file available.

Binary packages built by this source

libdata-swap-perl: Perl module to swap type and contents of variables

 The Data::Swap module allows you to swap the contents of two referenced
 variables, even if they have different types.
 .
 The main application is to change the base type of an object after it has
 been created, for example for dynamic loading of data structures:
 .
  swap $self, bless $replacement, $newclass;
 .
 This module additionally contain the function "deref" which acts like a
 generic list-dereferencing operator.

libdata-swap-perl-dbgsym: debug symbols for libdata-swap-perl