add prototype to decode_json when using JSON::PP pp-proto
authorGraham Knop <haarg@haarg.org>
Fri, 11 Dec 2015 11:54:37 +0000 (06:54 -0500)
committerGraham Knop <haarg@haarg.org>
Fri, 11 Dec 2015 11:54:37 +0000 (06:54 -0500)
commitdd435ae30ab47df4b8e30c4fb9c0cadf5bd44c64
tree83cdff326e798c44997d9cb6e5c64e4840720d21
parent3362c31f642bfdcdbea67c08960c9f9df2f1d82c
add prototype to decode_json when using JSON::PP

JSON::PP's decode_json function doesn't have a prototype, unlike
Cpanel::JSON::XS and JSON::XS.  We always want to export the same
prototypes, so wrap JSON::PP::decode_json in a prototyped sub.
lib/JSON/MaybeXS.pm
t/pp.t