summaryrefslogtreecommitdiff
path: root/perl/perl-JSON-MaybeXS/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-JSON-MaybeXS/slack-desc')
-rw-r--r--perl/perl-JSON-MaybeXS/slack-desc19
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 0000000000..768501a88b
--- /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: