Perl 5.18 rebuild

This commit is contained in:
Petr Písař 2013-07-12 16:21:09 +02:00
parent cf99a8a7fd
commit 495a14a53f

View File

@ -1,6 +1,6 @@
Name: perl-JSON-PP
Version: 2.27202
Release: 1%{?dist}
Release: 2%{?dist}
Summary: JSON::XS compatible pure-Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -58,6 +58,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/JSON::PP::Boolean.3pm*
%changelog
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2.27202-2
- Perl 5.18 rebuild
* Wed Mar 13 2013 Paul Howarth <paul@city-fan.org> - 2.27202-1
- Update to 2.27202
- Fix test failures due to hash iterator randomization in perl 5.17.6 onwards