libclass-xsaccessor-perl 1.19-2build4 source package in Ubuntu

Changelog

libclass-xsaccessor-perl (1.19-2build4) xenial; urgency=medium

  * Rebuild for Perl 5.22.1.

 -- Colin Watson <email address hidden>  Thu, 17 Dec 2015 15:19:29 +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
libclass-xsaccessor-perl_1.19.orig.tar.gz 78.9 KiB 99c56b395f1239af19901f2feeb125d9ecb4e351a0d80daa9529211a4700a6f2
libclass-xsaccessor-perl_1.19-2build4.debian.tar.xz 3.4 KiB 894b3f6210c1735e3aad8e697e02e3c6390c6381978102d77592d112996f15e1
libclass-xsaccessor-perl_1.19-2build4.dsc 2.3 KiB 8d8c47e2a691946f0cb5164a156cfa2ed697d9b2ddbb4ec01fc8cb245349fd39

Available diffs

View changes file

Binary packages built by this source

libclass-xsaccessor-perl: No summary available for libclass-xsaccessor-perl in ubuntu yakkety.

No description available for libclass-xsaccessor-perl in ubuntu yakkety.

libclass-xsaccessor-perl-dbgsym: debug symbols for package libclass-xsaccessor-perl

 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.