Mon, 20 May 2024 19:14:37 UTC | login

Information for build perl-JSON-MaybeXS-1.004000-3.fc29

ID53855
Package Nameperl-JSON-MaybeXS
Version1.004000
Release3.fc29
Epoch
SummaryUse Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
DescriptionThis module first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error. It then exports the "encode_json" and "decode_json" functions from the loaded module, along with a "JSON" constant that returns the class name for calling "new" on. If you're writing fresh code rather than replacing JSON.pm usage, you might want to pass options as constructor args rather than calling mutators, so we provide our own "new" method that supports that.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 01:07:03 UTC
CompletedThu, 19 Jul 2018 01:07:03 UTC
Tags
f29
f30
f31
RPMs
src
perl-JSON-MaybeXS-1.004000-3.fc29.src.rpm (info) (download)
noarch
perl-JSON-MaybeXS-1.004000-3.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.004000-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.004000-2 - Perl 5.28 rebuild * Fri Apr 20 2018 Paul Howarth <paul@city-fan.org> - 1.004000-1 - Update to 1.004000 - Added true and false subs so they can be used via JSON::MaybeXS rather than only JSON() exported sub * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.003010-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 29 2018 Paul Howarth <paul@city-fan.org> - 1.003010-1 - Update to 1.003010 - Use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect compiler availability - Clarify exported JSON in documentation - This release by HAARG → update source URL * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.003009-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.003009-2 - Perl 5.26 rebuild * Mon Feb 27 2017 Paul Howarth <paul@city-fan.org> - 1.003009-1 - Update to 1.003009 - Fix tests to no longer rely on . being in @INC (CPAN RT#120404) * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.003008-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Oct 03 2016 Paul Howarth <paul@city-fan.org> - 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 <paul@city-fan.org> - 1.003007-1 - Update to 1.003007 - Bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded values - We now always upgrade JSON::XS if it is installed and below version 3.0, due to changes in handling booleans - Remove test dependency on Test::Without::Module (CPAN RT#115394) - Simplify find command using -delete