libreadonly-xs-perl binary package in Ubuntu Trusty i386

 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
  2013-12-25 23:48:24 UTC Published Ubuntu Trusty i386 release main perl Optional 1.05-1
  • Published
  • Copied from ubuntu trusty-proposed i386 in Primary Archive for Ubuntu
  Deleted Ubuntu Trusty i386 proposed main perl Optional 1.05-1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  2013-12-25 23:48:52 UTC Superseded Ubuntu Trusty i386 release main perl Optional 1.04-2build4
  • Removed from disk .
  • Removal requested .
  • Superseded by i386 build of libreadonly-xs-perl 1.05-1 in ubuntu trusty PROPOSED
  • Published
  • Copied from ubuntu trusty-proposed i386 in Primary Archive for Ubuntu
  2013-12-27 00:10:11 UTC Deleted Ubuntu Trusty i386 proposed main perl Optional 1.04-2build4
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  2013-10-24 16:41:16 UTC Superseded Ubuntu Trusty i386 release main perl Optional 1.04-2build3
  • Removed from disk .
  • Removal requested .
  • Superseded by i386 build of libreadonly-xs-perl 1.04-2build4 in ubuntu trusty PROPOSED
  • Published
  • Copied from ubuntu quantal-release i386 in Primary Archive for Ubuntu