Package: libjson-xs-perl Version: 2.340-1+b1 Severity: important The json_xs command in jessie gratuitously broke command-line backwards compatibility with wheezy. I suggest that the way forward here is to make support both null and none and make theme do the same thing.
pabs@wheezy:~$ json_xs -t null < test.json ; echo $? 0 pabs@wheezy:~$ json_xs -t none < test.json ; echo $? json: not a valid toformat 255 pabs@jessie:~$ json_xs -t null < test.json ; echo $? json: not a valid toformat 255 pabs@jessie:~$ json_xs -t none < test.json ; echo $? 0 -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libjson-xs-perl depends on: ii libc6 2.18-4 ii libcommon-sense-perl 3.72-3 ii perl 5.18.2-2+b1 ii perl-base [perlapi-5.18.1] 5.18.2-2+b1 -- bye, pabs http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

