libreadonly-xs-perl_1.04-1_i386.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Tue Oct 30 08:50:19 UTC 2007
(new) libreadonly-xs-perl_1.04-1.diff.gz optional perl
(new) libreadonly-xs-perl_1.04-1.dsc optional perl
(new) libreadonly-xs-perl_1.04-1_i386.deb optional perl
Faster Readonly implementation
The Readonly module (q.v.) is an effective way to create non-modifiable
variables. However, it's relatively slow.
.
The reason it's slow is that is implements the read-only-ness of variables via
tied objects. This mechanism is inherently slow. Perl simply has to do a lot
of work under the hood to make tied variables work.
.
This module corrects the speed problem, at least with respect to scalar
variables. When Readonly::XS is installed, Readonly uses it to access the
internals of scalar variables. Instead of creating a scalar variable object
and tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS
structure.
(new) libreadonly-xs-perl_1.04.orig.tar.gz optional perl
Changes: libreadonly-xs-perl (1.04-1) unstable; urgency=low
.
* Initial Release. libperl-critic-perl 1.078 depends on this module.
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list