diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec index 260c2fe..05da2d9 100644 --- a/perl-JSON-MaybeXS.spec +++ b/perl-JSON-MaybeXS.spec @@ -8,7 +8,7 @@ Name: perl-JSON-MaybeXS Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP -Version: 1.003007 +Version: 1.003008 Release: 1%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/JSON-MaybeXS/ @@ -76,6 +76,13 @@ make test %{_mandir}/man3/JSON::MaybeXS.3* %changelog +* Mon Oct 3 2016 Paul Howarth - 1.003008-1 +- Update to 1.003008 + - Added an INSTALLATION section to documentation, to clarify the use of + dynamic prerequisites in Makefile.PL + - Minimize prereqs listed in META.json to avoid giving the appearance of XS + prerequisites, and confusing static inspection tools such as metacpan.org + * Mon Sep 12 2016 Paul Howarth - 1.003007-1 - Update to 1.003007 - Bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded diff --git a/sources b/sources index b33aa40..93239ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -576cdbd25bb10331c995cca870584be2 JSON-MaybeXS-1.003007.tar.gz +5fc1cd29d699dbad7f41e05ccd14118d JSON-MaybeXS-1.003008.tar.gz