Commit Graph

4 Commits

Author SHA1 Message Date
Jitka Plesnikova
6739cc9a8f Perl 5.20 rebuild 2014-08-29 21:13:26 +02:00
Dennis Gilmore
fb4f1b3729 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 00:55:34 -05:00
Paul Howarth
e7c970bcac Initial import (perl-JSON-MaybeXS-1.002002-2)
This 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.
2014-05-12 13:49:29 +01:00
Fedora Release Engineering
895afc7e21 Initial setup of the repo 2014-05-12 11:53:04 +00:00