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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:40:36 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-swap-perl_0.08.orig.tar.gz 26.4 KiB e688ea3e3e9a77df5c98f4e5b21381697b7d459f70ca33f9832225ee60a6cae1
libdata-swap-perl_0.08-3build1.debian.tar.xz 3.6 KiB 01af0c132bdd3cc2d7c1afcf1a0df67f4f561f164589ba5402d420d1cf54cea6
libdata-swap-perl_0.08-3build1.dsc 2.1 KiB 452feeae231f4f2d8c0c788464f05aef47a09ecf99490ca1225c8516fd5f196b

Available diffs

View changes file

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