r62352 - in /trunk/libjson-xs-perl/debian: changelog patches/true-false-decode-pod-fix

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Sep 6 07:18:40 UTC 2010


Author: periapt-guest
Date: Mon Sep  6 07:17:45 2010
New Revision: 62352

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62352
Log:
Reviewed patch

Modified:
    trunk/libjson-xs-perl/debian/changelog
    trunk/libjson-xs-perl/debian/patches/true-false-decode-pod-fix

Modified: trunk/libjson-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/changelog?rev=62352&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/changelog (original)
+++ trunk/libjson-xs-perl/debian/changelog Mon Sep  6 07:17:45 2010
@@ -6,6 +6,7 @@
   [ Nicholas Bamber ]
   * New upstream version
   * Upped standards version to 3.9.1
+  * Reviewed patch
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 05 Sep 2010 22:57:04 +0100
 

Modified: trunk/libjson-xs-perl/debian/patches/true-false-decode-pod-fix
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/patches/true-false-decode-pod-fix?rev=62352&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/patches/true-false-decode-pod-fix (original)
+++ trunk/libjson-xs-perl/debian/patches/true-false-decode-pod-fix Mon Sep  6 07:17:45 2010
@@ -1,8 +1,15 @@
-diff --git a/XS.pm b/XS.pm
-index c44c9a3..a6507f7 100644
+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: 2010-09-06
 --- a/XS.pm
 +++ b/XS.pm
-@@ -681,8 +681,9 @@ The opposite of C<encode>: expects a JSON text and tries to parse it,
+@@ -681,8 +681,9 @@
  returning the resulting simple scalar or reference. Croaks on error.
  
  JSON numbers and strings become simple Perl scalars. JSON arrays become




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