libclass-xsaccessor-perl 1.12-1build1 source package in Ubuntu

Changelog

libclass-xsaccessor-perl (1.12-1build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 17:19:02 +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

Downloads

File Size SHA-256 Checksum
libclass-xsaccessor-perl_1.12.orig.tar.gz 73.6 KiB 9ac58901564fa91e0d1ba6965199c0bc223dfc4e47232dcbf982fd07269dc1a7
libclass-xsaccessor-perl_1.12-1build1.debian.tar.gz 3.1 KiB 6fd35d463df5af8dfc3fb139594fdeb6745027088a65add669d80c310a266b3b
libclass-xsaccessor-perl_1.12-1build1.dsc 2.3 KiB 16c1d42d600c2660841b0472ae587bb31988b325c6857d62959557f92239dd35

Available diffs

View changes file

Binary packages built by this source

libclass-xsaccessor-perl: Perl module providing fast XS accessors

 Class::XSAccessor implements fast XS accessors both for getting at and setting
 an object attribute. Additionally, the module supports mutators and simple
 predicates like those for testing the truth value of a variable. It works only
 with objects that are implemented as ordinary hashes.
 .
 The XS accessor methods were between 1.6 and 2.5 times faster than typical
 pure-perl accessors in some simple benchmarking. If you usually write clear
 code, a factor of two speed-up is a good estimate.
 .
 Refer to Class::XSAccessor::Array (also included in libclass-xsaccessor-perl)
 for an implementation that works with array-based objects.