libreadonly-xs-perl binary package in Ubuntu Xenial amd64

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2016-04-08 07:44:25 UTC Published Ubuntu Xenial amd64 release universe perl Optional 1.05-1build2
  • Published
  • Copied from ubuntu xenial-proposed amd64 in Primary Archive for Ubuntu
  2016-04-08 07:48:41 UTC Superseded Ubuntu Xenial amd64 release main perl Optional 1.05-1build2
  • Removal requested .
  • Superseded by amd64 build of libreadonly-xs-perl 1.05-1build2 in ubuntu xenial PROPOSED
  • Published
  • Copied from ubuntu xenial-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Xenial amd64 proposed main perl Optional 1.05-1build2
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  2016-01-06 18:18:25 UTC Superseded Ubuntu Xenial amd64 release main perl Optional 1.05-1build1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of libreadonly-xs-perl 1.05-1build2 in ubuntu xenial PROPOSED
  • Published
  • Copied from ubuntu utopic-release amd64 in Devirtualised PPA