Source: libinternals-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), perl Maintainer: Debian Perl Group Uploaders: Fabrizio Regalli , Florian Schlichting Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/Internals Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libinternals-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libinternals-perl.git Package: libinternals-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: 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!