r69749 - in /trunk/libjson-xs-perl/debian: changelog control
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Feb 26 14:06:16 UTC 2011
Author: jawnsy-guest
Date: Sat Feb 26 14:01:23 2011
New Revision: 69749
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69749
Log:
Rewrite control description to match styles of libjson-perl and
libjson-pp-perl
Modified:
trunk/libjson-xs-perl/debian/changelog
trunk/libjson-xs-perl/debian/control
Modified: trunk/libjson-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/changelog?rev=69749&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/changelog (original)
+++ trunk/libjson-xs-perl/debian/changelog Sat Feb 26 14:01:23 2011
@@ -1,8 +1,13 @@
libjson-xs-perl (2.300-2) UNRELEASED; urgency=low
+ [ Ansgar Burchardt ]
* Update my email address.
- -- Ansgar Burchardt <ansgar at debian.org> Mon, 01 Nov 2010 11:16:53 +0100
+ [ Jonathan Yu ]
+ * Rewrite control description to match styles of libjson-perl and
+ libjson-pp-perl
+
+ -- Jonathan Yu <jawnsy at cpan.org> Sat, 26 Feb 2011 09:24:35 -0500
libjson-xs-perl (2.300-1) unstable; urgency=low
Modified: trunk/libjson-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/control?rev=69749&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/control (original)
+++ trunk/libjson-xs-perl/debian/control Sat Feb 26 14:01:23 2011
@@ -16,13 +16,11 @@
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
libcommon-sense-perl
-Description: module for serializing/deserializing JSON
- JSON::XS is a Perl module for converting arbitrary Perl data structures to
- JSON and vice versa. Its primary objectives are to be semantically correct
- and to run quickly; for the latter goal, the implementation is written in C.
+Description: module for manipulating JSON-formatted data (C/XS-accelerated)
+ JSON::XS is a module for manipulating data stored in the JavaScript Object
+ Notation (JSON) serialization format (defined in RFC 4627), which serves as
+ an alternative to XML.
.
- From JSON version 2.0 onward, the JSON module will use JSON::XS to accelerate
- its work, with no overhead due to emulation (by inheriting the constructor
- and methods). Using JSON instead of JSON::XS gives you a portable JSON API
- that can be fast when needed, but doesn't require a C compiler by falling
- back on a Pure Perl implementation.
+ This C/XS-accelerated JSON implementation confers significant performance
+ gains if available. After installing this package, any code using the JSON
+ module (see libjson-perl) will automagically benefit from this.
More information about the Pkg-perl-cvs-commits
mailing list