Perl 5.24 rebuild

This commit is contained in:
Jitka Plesnikova 2016-05-15 14:21:24 +02:00
parent a3208cfc96
commit aed69f2623

View File

@ -1,6 +1,6 @@
Name: perl-Readonly
Version: 2.04
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Facility for creating read-only scalars, arrays, hashes
Group: Development/Libraries
License: GPL+ or Artistic
@ -62,6 +62,9 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/Readonly.3pm*
%changelog
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-2
- Perl 5.24 rebuild
* Sat May 7 2016 Paul Howarth <paul@city-fan.org> - 2.04-1
- Update to 2.04
- Create mutable clones of readonly structures with Readonly::Clone (GH#13)