libclass-xsaccessor-perl 1.18-1 source package in Ubuntu

Changelog

libclass-xsaccessor-perl (1.18-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Xavier Guimard ]
  * Imported Upstream version 1.18
  * Update debian/copyright years
  * Remove unused lintian override

 -- Xavier Guimard <email address hidden>  Mon, 24 Jun 2013 06:17:44 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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.18-1.dsc 2.2 KiB 41097f6d3c169b0610815717bfa5df500224385f0be485af43cda8e1f529a391
libclass-xsaccessor-perl_1.18.orig.tar.gz 80.4 KiB 0a3d25f5261f449e2e1711e53a659244cb314322d2d70abf37c81cd6d853c995
libclass-xsaccessor-perl_1.18-1.debian.tar.gz 3.3 KiB 2a2136e1486a3f84838fc900d3a50ef5fa7030c8237ce1076afe74230c7d6008

Available diffs

No changes file available.

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.