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

Changelog

libclass-xsaccessor-perl (1.19-1build1) trusty; urgency=medium

  * Rebuild for Perl 5.18.2.
 -- Colin Watson <email address hidden>   Thu, 16 Jan 2014 14:04:26 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libclass-xsaccessor-perl_1.19.orig.tar.gz 78.9 KiB 99c56b395f1239af19901f2feeb125d9ecb4e351a0d80daa9529211a4700a6f2
libclass-xsaccessor-perl_1.19-1build1.debian.tar.gz 3.4 KiB 732194410cc151a203eeb812951fce1c46891e2de8dfd6a53e995d67a0dc1853
libclass-xsaccessor-perl_1.19-1build1.dsc 2.3 KiB 9f8a769ec1da6f51b95bc60a9011db4a26aea476cb75ba6483616ded594135ea

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.