diff options
author | Geno Bob <geno.bob@gmail.com> | 2018-10-30 14:59:18 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:46:39 +0700 |
commit | f8511a674e600e493ac3e039bf681a871aeb3d18 (patch) | |
tree | 6eebf982e1a0a599abefca6b81831ea7a66de9ec /perl/perl-JSON-MaybeXS/slack-desc | |
parent | bde95877e4a47eddab66b6de1773164be549427c (diff) |
perl/perl-JSON-MaybeXS: Added (CPAN module JSON::MaybeXS).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-JSON-MaybeXS/slack-desc')
-rw-r--r-- | perl/perl-JSON-MaybeXS/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-JSON-MaybeXS/slack-desc b/perl/perl-JSON-MaybeXS/slack-desc new file mode 100644 index 0000000000000..768501a88b6b0 --- /dev/null +++ b/perl/perl-JSON-MaybeXS/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-JSON-MaybeXS: perl-JSON-MaybeXS (CPAN module JSON::MaybeXS) +perl-JSON-MaybeXS: +perl-JSON-MaybeXS: This module first checks to see if either Cpanel::JSON::XS or +perl-JSON-MaybeXS: JSON::XS is already loaded, in which case it uses that module. +perl-JSON-MaybeXS: Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then +perl-JSON-MaybeXS: JSON::PP in order, and either uses the first module it finds or +perl-JSON-MaybeXS: throws an error.The mmap module uses the POSIX mmap call to map in +perl-JSON-MaybeXS: a file as a Perl +perl-JSON-MaybeXS: +perl-JSON-MaybeXS: +perl-JSON-MaybeXS: |