anyevent-apns-perl icon indicating copy to clipboard operation
anyevent-apns-perl copied to clipboard

Converted to JSON from JSON::Any

Open geofffranks opened this issue 10 years ago • 0 comments

JSON::Any is deprecated, and there are cpantesters failures for AnyEvent::APNS due to JSON::Any not finding any actual JSON libraries to use. As JSON now auto-detects/uses JSON::XS if present, failing to JSON::PP, it seems to provide the same fucntionality, while enforcing at least one JSON library is present to run tests.

geofffranks avatar Mar 07 '15 17:03 geofffranks