libdata-swap-perl 0.07-2build1 source package in Ubuntu

Changelog

libdata-swap-perl (0.07-2build1) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.
 -- Colin Watson <email address hidden>   Wed, 20 Aug 2014 11:59:18 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Utopic
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
libdata-swap-perl_0.07.orig.tar.gz 26.4 KiB e688ea3e3e9a77df5c98f4e5b21381697b7d459f70ca33f9832225ee60a6cae1
libdata-swap-perl_0.07-2build1.debian.tar.gz 2.0 KiB d750e58b1921f082b171a4d67705a245d29c2cf9f1adbedbe428250095d8e938
libdata-swap-perl_0.07-2build1.dsc 2.0 KiB 74ae4b3d21f7f068b5a056879d64dd6aba6d06e7c3432beca3483e87c07e6d98

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 package libdata-swap-perl

 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.