libdata-swap-perl 0.07-1 source package in Ubuntu

Changelog

libdata-swap-perl (0.07-1) unstable; urgency=low


  * Initial release (closes: #733265).

 -- gregor herrmann <email address hidden>  Fri, 27 Dec 2013 22:58:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-swap-perl_0.07-1.dsc 2.0 KiB f3341b08a129bd6d86fc112271397f4c34da54c4982f22c6c73960986369cf37
libdata-swap-perl_0.07.orig.tar.gz 26.4 KiB e688ea3e3e9a77df5c98f4e5b21381697b7d459f70ca33f9832225ee60a6cae1
libdata-swap-perl_0.07-1.debian.tar.gz 1.6 KiB aef0a40aef432d3503c6094a72b0f953fed0a34123ad7391876b304f04e2c146

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.