Revision history for Perl module JSON::YAJL:

0.04 Wed Apr 13 17:09:21 CEST 2011
     - use 4 instead of 1.23 for testing doubles, as we can't test
       it in a cross-platform way
     - work around not finding isinf under Solaris
     - add const char * to the typemap to support Perl 5.6
     - throw exceptions upon YAJL error states

0.03 Tue Apr 12 09:56:35 CEST 2011
     - define NEED_newSVpvn_flags and NEED_sv_2pv_flags, as suggested
       by ppport.h (this should fix compilation problems with older
       Perls)
     - do not ship a Makefile.PL
     - do not include stdint.h as we do not need it

0.02 Mon Apr 11 15:39:18 CEST 2011
     - include ppport.h as we use newSVpvn_utf8 (which only came
       in with 5.011000), as pointed out by Andreas J. König

0.01 Mon Apr 11 11:46:04 CEST 2011
     - initial release