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

Changelog

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

  * Rebuild against new perlapi-5.38 time64_t.

 -- Gianfranco Costamagna <email address hidden>  Thu, 11 Apr 2024 01:06:39 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libdata-swap-perl_0.08.orig.tar.gz 26.4 KiB e688ea3e3e9a77df5c98f4e5b21381697b7d459f70ca33f9832225ee60a6cae1
libdata-swap-perl_0.08-3build4.debian.tar.xz 3.8 KiB dbe1ba8211bd0e1969be8432427255ed4b86e85149d2f69a8c98c2c65677c995
libdata-swap-perl_0.08-3build4.dsc 2.1 KiB c56e5e12e82bd0c775f4ef6c52cb720eb45ce106f716492ffd1ab5b571783992

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