libinternals-perl 1.1-1 source package in Ubuntu

Changelog

libinternals-perl (1.1-1) unstable; urgency=low

  * Initial Release. (Closes: #631855)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:30:44 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
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

Downloads

File Size SHA-256 Checksum
libinternals-perl_1.1.orig.tar.gz 10.9 KiB b4f6df2c8ebb6698162adbe255ad34a1757cdb70e85f61b141cc89bdb7d4b272
libinternals-perl_1.1-1.debian.tar.gz 1.6 KiB 6d80e50be06d74cd49029669775273c491037c54c81b9c12dc078916394e3206
libinternals-perl_1.1-1.dsc 1.9 KiB affc846176cb6693f2aef087154101b497316aba407f49c0c18d3cae157815ef

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!