Name: | perl-Readonly |
---|---|
Version: | 2.05 |
Release: | 5.el8 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 98929 |
License: | GPL+ or Artistic |
RPM: | perl-Readonly-2.05-5.el8.noarch.rpm |
Source RPM: | perl-Readonly-2.05-5.el8.src.rpm |
Build Date: | Fri May 03 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Readonly/ |
Summary: | Facility for creating read-only scalars, arrays, hashes |
Description: | Readonly provides a facility for creating non-modifiable scalars, arrays, and hashes. Any attempt to modify a Readonly variable throws an exception. Readonly: * Creates scalars, arrays (not lists), and hashes * Creates variables that look and work like native perl variables * Creates global or lexical variables * Works at run-time or compile-time * Works with deep or shallow data structures * Prevents reassignment of Readonly variables |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 2.05 - Fix deref when using the stupid and utterly unnecessary Readonly::Clone - BR: perl-generators where available - Bump Test::More version requirement to 0.88 due to use of done_testing - Update interpreter patch
- Perl 5.24 rebuild
- Update to 2.04 - Create mutable clones of readonly structures with Readonly::Clone (GH#13) - Minor typo fix (GH#21) - Rewording some documentation - No longer require an explicit version of perl in META.json or cpanfile - Quiet compile time warnings about function prototypes and vars being used only once - Update interpreter patch
- Update to 2.01 - Disallow initialization of Readonly variables by assignment, allowed by Perl prototype changes in v5.16; assignment initialization of scalars sets scalar variables to undef and lists and hashes initialized by assignment are not read only - Use %license - Upstream switched to Module::Build::Tiny flow - Update interpreter patch
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild