[libjson-maybexs-perl] 03/06: Update long description from upstream's module description.

gregor herrmann gregoa at debian.org
Tue May 6 18:10:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libjson-maybexs-perl.

commit e848d8a9b07da40d722059cb2dcf074435b25cbb
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 6 19:58:43 2014 +0200

    Update long description from upstream's module description.
---
 debian/control | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 5c868dd..ba2b94e 100644
--- a/debian/control
+++ b/debian/control
@@ -21,10 +21,11 @@ Depends: ${misc:Depends}, ${perl:Depends},
  perl (>= 5.17.10) | libjson-pp-perl (>= 2.27202),
  perl
 Description: interface to the best available JSON module
- JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead                    
- tries to load JSON::PP. If neither is available, an exception will be                      
- thrown.                                                                                    
- .                                                                                          
- It then exports the encode_json and decode_json functions from the                         
- loaded module, along with a JSON constant that returns the class name                      
- for calling new on.
+ JSON::MaybeXS first checks to see if either Cpanel::JSON::XS or JSON::XS is
+ already loaded, in which case it uses that module. Otherwise it tries to load
+ Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the
+ first module it finds or throws an error.
+ .
+ It then exports the encode_json and decode_json functions from the loaded
+ module, along with a JSON constant that returns the class name for calling
+ new on.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libjson-maybexs-perl.git



More information about the Pkg-perl-cvs-commits mailing list