libreadonly-xs-perl 1.05-1build2 source package in Ubuntu

Changelog

libreadonly-xs-perl (1.05-1build2) xenial; urgency=medium

  * Rebuild for Perl 5.22.1.

 -- Colin Watson <email address hidden>  Thu, 17 Dec 2015 16:04:37 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Downloads

File Size SHA-256 Checksum
libreadonly-xs-perl_1.05.orig.tar.gz 8.6 KiB 8ae5c4e85299e5c8bddd1b196f2eea38f00709e0dc0cb60454dc9114ae3fff0d
libreadonly-xs-perl_1.05-1build2.debian.tar.xz 2.4 KiB a25428d6db84e61d383848c30e40ce6d26dfc8fcb452171d395f9dab3f33e9a0
libreadonly-xs-perl_1.05-1build2.dsc 2.1 KiB 32d1e2889b2af43a33fd4b59b070d6febe5366e45eef170c1b099da636c613b2

View changes file

Binary packages built by this source

libreadonly-xs-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.

libreadonly-xs-perl-dbgsym: No summary available for libreadonly-xs-perl-dbgsym in ubuntu zesty.

No description available for libreadonly-xs-perl-dbgsym in ubuntu zesty.