diff options
author | Donald Cooley <chytraeu@sdf.org> | 2019-01-03 08:50:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:19 +0700 |
commit | b3997d3713ccbf39afc13b7ebc067891d5cca215 (patch) | |
tree | ef677f961f039b64b3e68720fe56a424666f8ad6 /perl/perl-Cpanel-JSON-XS/slack-desc | |
parent | 68657366a0c438290a68364c0da8ae48b316de52 (diff) | |
download | slackbuilds-b3997d3713ccbf39afc13b7ebc067891d5cca215.tar.gz |
perl/perl-Cpanel-JSON-XS: Updated for version 4.08.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Cpanel-JSON-XS/slack-desc')
-rw-r--r-- | perl/perl-Cpanel-JSON-XS/slack-desc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/perl/perl-Cpanel-JSON-XS/slack-desc b/perl/perl-Cpanel-JSON-XS/slack-desc index ebacffde5d..f382f15605 100644 --- a/perl/perl-Cpanel-JSON-XS/slack-desc +++ b/perl/perl-Cpanel-JSON-XS/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -perl-Cpanel-JSON-XS: perl-Cpanel-JSON-XS (fork of JSON::XS) -perl-Cpanel-JSON-XS: -perl-Cpanel-JSON-XS: cPanel fork of JSON::XS, fast and correct serializing. -perl-Cpanel-JSON-XS: -perl-Cpanel-JSON-XS: -perl-Cpanel-JSON-XS: -perl-Cpanel-JSON-XS: https://metacpan.org/pod/Cpanel::JSON::XS -perl-Cpanel-JSON-XS: -perl-Cpanel-JSON-XS: -perl-Cpanel-JSON-XS: +perl-Cpanel-JSON-XS: perl-Cpanel-JSON-XS (cPanel fork of JSON::XS) +perl-Cpanel-JSON-XS: +perl-Cpanel-JSON-XS: This module converts Perl data structures to JSON and vice versa. Its +perl-Cpanel-JSON-XS: primary goal is to be correct and its secondary goal is to be fast. +perl-Cpanel-JSON-XS: To reach the latter goal it was written in C. +perl-Cpanel-JSON-XS: As this is the n-th something JSON module on CPAN, what was the reason +perl-Cpanel-JSON-XS: to write yet another JSON module? While it seems there are many JSON +perl-Cpanel-JSON-XS: modules, none of them correctly handle all corner cases, and in most +perl-Cpanel-JSON-XS: cases their maintainers are unresponsive, gone missing, or not +perl-Cpanel-JSON-XS: listening to bug reports for other reasons. perl-Cpanel-JSON-XS: |