|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-JSON-MaybeXS
|
|
|
|
Name: perl-JSON-MaybeXS
|
|
|
|
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
|
|
|
|
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
|
|
|
|
Version: 1.002003
|
|
|
|
Version: 1.002004
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/JSON-MaybeXS/
|
|
|
|
URL: http://search.cpan.org/dist/JSON-MaybeXS/
|
|
|
@ -24,6 +24,7 @@ BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
|
|
|
|
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
|
|
|
BuildRequires: perl(Safe::Isa)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Test Suite (wants JSON::PP ≥ 2.27202 really but EL-6 doesn't have that)
|
|
|
|
# Test Suite (wants JSON::PP ≥ 2.27202 really but EL-6 doesn't have that)
|
|
|
@ -71,6 +72,12 @@ make test
|
|
|
|
%{_mandir}/man3/JSON::MaybeXS.3*
|
|
|
|
%{_mandir}/man3/JSON::MaybeXS.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Oct 12 2014 Paul Howarth <paul@city-fan.org> - 1.002004-1
|
|
|
|
|
|
|
|
- Update to 1.002004
|
|
|
|
|
|
|
|
- Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
|
|
|
|
|
|
|
|
dependency
|
|
|
|
|
|
|
|
- New is_bool() interface
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 8 2014 Paul Howarth <paul@city-fan.org> - 1.002003-1
|
|
|
|
* Wed Oct 8 2014 Paul Howarth <paul@city-fan.org> - 1.002003-1
|
|
|
|
- Update to 1.002003
|
|
|
|
- Update to 1.002003
|
|
|
|
- Document how to use booleans
|
|
|
|
- Document how to use booleans
|
|
|
|