The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension JSONP.

0.90
	- accept null strings in autovivification feature when called with functional syntax - drop support to Perl 5.8.x

0.89
	- version numbers...

0.88
	- corrections to POD syntax

0.87
	- fixed typo on logout sub member variable when passed by name

0.86
	- POD documentation updates

0.85
	- found and resolved bug that was returning blessed objects instead of actual leaf value, in special "Want" case, resolved bug about undefined _debug attribute

0.84
	- found and resolved the dreaded bug that was turning null strings in blessed objects, some other code cleanup

0.83
	- addition of serialize method, to directly export an object branch into a JSON string

0.82
	- addition of graft method, to directly slurp JSON strings as subtree objects

0.81
	- automatic bless upon assignment of array structures too

0.80
	- made Want module usage optional
	- made contructor as lightweight as possible deferring properties settings to last minute
	- decoupled Want module usage from constructor
	- automatic bless of trees assigned with lvalue notation

0.79
	- added lvalue syntax for leaf assignments, leaf-to-node substituction by Want module usage, non-web instantiation

0.78
	- added TO_JSON for booleans and a warnings about using undefs with convenience notation feature

0.77
	- typo in this very file

0.76
	- various bugfixes, addition of logout, html, and sendfile methods. Change on semantics of query method

0.75
	- various bugfixes

0.74
	- fix bug on missing decoding where getting session from auth

0.73
	- fix returned authentication status upon login (this time for real)

0.72
	- fix returned authentication status upon login

0.71
	- fixed typo

0.70
	- addition of "authenticated" boolean on root of json response    

0.62
	- bugfix: aaa was getting called for saving session even if the user is not authenticated
	
0.61
	- now query params are also retrievable through an hash
	- options methods are now callable with an optional bool argument

0.51 
	- fixed required version (was 5.14, now 5.8) and prerequisite modules in Makefile

0.5  Fri Jan 10 22:00:47 2014
	- original version; created by h2xs 1.23 with options
		-AX --skip-exporter --use-new-tests -n JSONP