1Revision history for JSON-Any
21.16    2008-02-13
3        * JSON::Any now compatible with both versions of JSON::XS  (Simon Wistow)
4        * Document that calling 'use JSON::Any ();' is a bad idea
5        * Make JSON.pm required unless a supported JSON package is already installed
6        
71.15	2008-01-02
8		* Update the config params for JSON and JSON/XS configuration
9		* Update JSON handler to always pass in the -support_by_pp option 
10		  if you don't want support_by_pp then don't use JSON.pm ... 
11		*** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***
12		
131.14	2007-12-20
14		* Fix for the new JSON/JSON::XS 2.0
15		*** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***
16
171.13	2007-11-06
18		* Fix 10_unicode.t to skip_all if no supported unicode backend is found
19		 (reported by Andreas K�nig)
20
211.12	2007-10-22
22		* Fix issue with 05-JSON-Syck.t so we can pass our tests again
23
241.11	17 Oct 2007
25		* fix issue with JSON::Syck when using Object API as reported by Miyagawa
26
271.10	12 Oct 2007
28		* fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917
29
301.09	10 Oct 2007
31		* also test for is_utf8() - nothingmuch
32		* improve unicode test	- nothingmuch
33		* add utf8 support for JSON::{Converter,Parser}	- nothingmuch
34		* Add a test for unicode strings	- nothingmuch
35
361.08	18 May 2007
37		* Fix Packaging
38		* Fix JSON.pm backend tests 
39		* fix issues with JSON::XS being pedantic about how it's methods/functions are called
40		* added a carp requirement		
41
421.07	???
43		* changed Makefile.PL to Module::Install
44		* helps if I test 04-ENV.t against the code it was designed for
45		* skip all 04-ENV.t until I get it working
46		* fixing tests
47		* change to skip_all based skippage
48		* add example directory
49		* pod updates
50
511.06	???
52		* cleaned up t/04-ENV.t to not require JSON::XS anymore
53		* fixed split on uninitalized value error
54		* cleaned up JSON-XS tests a bit
55		* added 04-ENV.t to MANIFEST
56
57... History is Elusive ... 
58
591.00    Fri Mar 23 10:24:50 EDT 2007
60		* Initial Release
61		* Currently only supports objToJson and jsonToObj
62