aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON-XS
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /converters/p5-JSON-XS
parent43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff)
downloadports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz
ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415498
Diffstat (limited to 'converters/p5-JSON-XS')
-rw-r--r--converters/p5-JSON-XS/pkg-descr12
1 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON-XS/pkg-descr b/converters/p5-JSON-XS/pkg-descr
index bfee60f2f894..dc3819af517e 100644
--- a/converters/p5-JSON-XS/pkg-descr
+++ b/converters/p5-JSON-XS/pkg-descr
@@ -1,11 +1,11 @@
-This module converts Perl data structures to JSON and vice versa.
-Its primary goal is to be correct and its secondary goal is to be fast.
+This module converts Perl data structures to JSON and vice versa.
+Its primary goal is to be correct and its secondary goal is to be fast.
To reach the latter goal it was written in C.
-As this is the n-th-something JSON module on CPAN, what was the reason
-to write yet another JSON module? While it seems there are many JSON
-modules, none of them correctly handle all corner cases, and in most
-cases their maintainers are unresponsive, gone missing, or not listening
+As this is the n-th-something JSON module on CPAN, what was the reason
+to write yet another JSON module? While it seems there are many JSON
+modules, none of them correctly handle all corner cases, and in most
+cases their maintainers are unresponsive, gone missing, or not listening
to bug reports for other reasons.
WWW: http://search.cpan.org/dist/JSON-XS/