[libjson-xs-perl] 05/06: Drop patch true-false-decode-pod-fix.

gregor herrmann gregoa at debian.org
Wed Dec 11 18:44:51 UTC 2013


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

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

commit 697a0a2becc41d8b00fa51d0271df44d353cc936
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 11 19:43:45 2013 +0100

    Drop patch true-false-decode-pod-fix.
    
    The corrected parapgraph was removed from the upstream documentation.
---
 debian/patches/series                    |  1 -
 debian/patches/true-false-decode-pod-fix | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f5e2e86..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-true-false-decode-pod-fix
diff --git a/debian/patches/true-false-decode-pod-fix b/debian/patches/true-false-decode-pod-fix
deleted file mode 100644
index b8c3d52..0000000
--- a/debian/patches/true-false-decode-pod-fix
+++ /dev/null
@@ -1,23 +0,0 @@
-Subject: Fixed documentation on automatic conversion of Boolean
- Note: This bug has been forwarded upstream and rejected. As a reviewer
- it seems to me that this rejection must be due to a misunderstanding.
- As such the patch should stay but an upstream resolution should not be 
- expected any time soon.
-Author: Jozef Kutej <jozef at kutej.net>
-Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=53975
-Last-Update: 2013-06-28
---- a/XS.pm
-+++ b/XS.pm
-@@ -682,8 +682,9 @@
- returning the resulting simple scalar or reference. Croaks on error.
- 
- JSON numbers and strings become simple Perl scalars. JSON arrays become
--Perl arrayrefs and JSON objects become Perl hashrefs. C<true> becomes
--C<1>, C<false> becomes C<0> and C<null> becomes C<undef>.
-+Perl arrayrefs and JSON objects become Perl hashrefs.
-+C<true> becomes JSON::XS::true (equals 1 numerically and as a string),
-+C<false> becomes JSON::XS::false (equals 0) and C<null> becomes C<undef>.
- 
- =item ($perl_scalar, $characters) = $json->decode_prefix ($json_text)
- 

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



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