fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
308 B
Text
6 lines
308 B
Text
JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead tries to
|
|
load JSON::PP. If neither is available, an exception will be thrown.
|
|
|
|
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.
|