Name: | perl-Readonly |
---|---|
Version: | 1.03 |
Release: | 11.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 36199 |
License: | GPL+ or Artistic |
RPM: | perl-Readonly-1.03-11.el6.noarch.rpm |
Source RPM: | perl-Readonly-1.03-11.el6.src.rpm |
Build Date: | Sat May 08 2010 |
Build Host: | ca-build61.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Readonly/ |
Summary: | Facility for creating read-only scalars, arrays, hashes |
Description: | Readonly.pm provides a facility for creating non-modifiable scalars, arrays, and hashes. Readonly.pm * Creates scalars, arrays (not lists), and hashes. * Creates variables that look and work like native perl variables. * Creates global or lexical variables. * Works at runtime or compile time. * Works with deep or shallow data structures. * Prevents reassignment of Readonly variables. |
- rebuild against perl 5.10.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- Rebuild for perl 5.10 (again)
- rebuild for new perl
- add BR: perl(Test::More)
- correct license tag - add BR: perl(ExtUtils::MakeMaker)
- add explict requires on perl(Readonly::XS). perl(Readonly::XS) is available for all architectures fedora supports, so there's no good reason to not require it. - spec file rework
- bump for mass rebuild
- Remove requires on perl-Readonly-XS
- Fix license and BuildRequires, use %{?_smp_mflags} with make,
- separate out perl-Readonly-XS into its own package - package benchmark.pl as a doc
- Initial spec file