libinternals-perl 1.1-1build1 source package in Ubuntu

Changelog

libinternals-perl (1.1-1build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 20:01:06 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libinternals-perl_1.1.orig.tar.gz 10.9 KiB b4f6df2c8ebb6698162adbe255ad34a1757cdb70e85f61b141cc89bdb7d4b272
libinternals-perl_1.1-1build1.debian.tar.gz 1.5 KiB 7976c6eedf21f908132106b2af0baa5d7112a0959887bece5f1c6d667e6bcf09
libinternals-perl_1.1-1build1.dsc 2.0 KiB cc78f2e60461dfbee3a5e06de51fe9097dc48ff1096b89fdd210f905ecc30ce5

Available diffs

View changes file

Binary packages built by this source

libinternals-perl: Perl module for write-protecting variables and manipulating refcounts

 Internals allows you to write-protect and write-enable your Perl variables,
 objects and data structures.
 .
 Moreover, the reference count of any Perl variable can be read and set.
 .
 You can never pass the object directly on which to perform the desired
 action, you always have to pass a reference to the variable or data structure
 in question.
 .
 This comes in handy for objects and anonymous data structures, where you only
 have a reference anyway!