1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
libjson-perl (2.50-1) unstable; urgency=low
The upstream JSON package formerly consisted of the main module,
JSON, which was an interface that selected the best available
module (in order):
* JSON::XS (available as libjson-xs-perl)
* JSON::PP (formerly included in the JSON package, now available
separately as libjson-pp-perl)
The JSON::PP module is now available in a separate distribution
and corresponding Debian package, and the JSON::PP module formerly
included with this package has been renamed to JSON::backportPP.
As the JSON::backportPP module may be removed in a future release,
it is HIGHLY RECOMMENDED that users install BOTH: libjson-pp-perl
and libjson-xs-perl.
-- Jonathan Yu <jawnsy@cpan.org> Sat, 26 Feb 2011 10:12:34 -0500
libjson-perl (2.04-1) unstable; urgency=low
CAUTION: There are many differences between version 2 and 1.xx
Applications using libjson-perl will need to be updated.
See "INCOMPATIBLE CHANGES TO OLD VERSION" and "TIPS" in the manpage or
http://search.cpan.org/dist/JSON/lib/JSON.pm#INCOMPATIBLE_CHANGES_TO_OLD_VERSION
and
http://search.cpan.org/dist/JSON/lib/JSON.pm#TIPS
-- Ivan Kohler <ivan-debian@420.am> Wed, 16 Jan 2008 14:48:40 -0800
|