Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Readonly-XS-1.50.0-23.mga8 RPM for armv7hl

From Mageia 8 for armv7hl / media / core / release

Name: perl-Readonly-XS Distribution: Mageia
Version: 1.50.0 Vendor: Mageia.Org
Release: 23.mga8 Build date: Wed Jun 17 22:57:53 2020
Group: Development/Perl Build host: localhost
Size: 12146 Source RPM: perl-Readonly-XS-1.50.0-23.mga8.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/Readonly-XS
Summary: Companion module for Readonly.pm, to speed up read-only scalar variables
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.

Readonly arrays and hashes are not sped up by this, since the SvREADONLY flag
only works for scalars. Arrays and hashes always use the tie interface.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Jun 17 2020 umeabot <umeabot> 1.50.0-23.mga8
  + Revision: 1595150
  - Rebuild for perl 5.32
* Sun Feb 16 2020 umeabot <umeabot> 1.50.0-22.mga8
  + Revision: 1530092
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Tue Aug 27 2019 tmb <tmb> 1.50.0-21.mga8
  + Revision: 1433886
  - rebuild for perl 5.30
* Fri Sep 21 2018 umeabot <umeabot> 1.50.0-20.mga7
  + Revision: 1293742
  - Mageia 7 Mass Rebuild
* Wed Aug 08 2018 pterjan <pterjan> 1.50.0-19.mga7
  + Revision: 1249261
  - Rebuild for perl 5.28

Files

/usr/lib/.build-id
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/20c26ed617155de200ead2219d2e340989f028
/usr/lib/perl5/vendor_perl/Readonly
/usr/lib/perl5/vendor_perl/Readonly/XS.pm
/usr/lib/perl5/vendor_perl/auto/Readonly
/usr/lib/perl5/vendor_perl/auto/Readonly/XS
/usr/lib/perl5/vendor_perl/auto/Readonly/XS/XS.so
/usr/share/doc/perl-Readonly-XS
/usr/share/doc/perl-Readonly-XS/Changes
/usr/share/doc/perl-Readonly-XS/README
/usr/share/man/man3/Readonly::XS.3pm.xz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:03:47 2024