Commit graph

5 commits

Author SHA1 Message Date
abs
181c5d1c9b Update convertors/JSON-Any to 1.16
Changes since 1.08:

1.16    2008-02-13
    * JSON::Any now compatible with both versions of JSON::XS  (Simon Wistow)
    * Document that calling 'use JSON::Any ();' is a bad idea
    * Make JSON.pm required unless a supported JSON package is already installed

1.15	2008-01-02
    * Update the config params for JSON and JSON/XS configuration
    * Update JSON handler to always pass in the -support_by_pp option
      if you don't want support_by_pp then don't use JSON.pm ...
    *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.14	2007-12-20
    * Fix for the new JSON/JSON::XS 2.0
    *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.13	2007-11-06
    * Fix 10_unicode.t to skip_all if no supported unicode backend is found
     (reported by Andreas König)

1.12	2007-10-22
    * Fix issue with 05-JSON-Syck.t so we can pass our tests again

1.11	17 Oct 2007
    * fix issue with JSON::Syck when using Object API as reported by Miyagawa

1.10	12 Oct 2007
    * fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917

1.09	10 Oct 2007
    * also test for is_utf8() - nothingmuch
    * improve unicode test	- nothingmuch
    * add utf8 support for JSON::{Converter,Parser}	- nothingmuch
    * Add a test for unicode strings	- nothingmuch
2008-02-28 09:15:12 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
abs
cffe1c7145 update to JSON-Any-1.08nb1 - default to pulling in p5-JSON-XS 2007-09-11 17:16:32 +00:00
abs
0545f9aa27 In retrospect as we currently only have one JSON converter in pkgsrc, this
package should probably depend on it.. PoLS.
Ride with the initial commit version.
2007-09-07 12:54:45 +00:00
abs
43aae25870 Import converters/p5-JSON-Any-1.08 into pkgrsc:
This module will provide a coherent API to bring together the
various JSON modules currently on CPAN. This module will allow you
to code to any JSON API and have it work regardless of which JSON
module is actually installed.
2007-09-07 12:43:17 +00:00