--- JSON-XS/XS.pm 2007/03/31 14:20:06 1.26 +++ JSON-XS/XS.pm 2007/04/03 01:25:40 1.27 @@ -88,7 +88,7 @@ use strict; BEGIN { - our $VERSION = '1.01'; + our $VERSION = '1.02'; our @ISA = qw(Exporter); our @EXPORT = qw(to_json from_json objToJson jsonToObj); @@ -475,10 +475,6 @@ You can not currently output JSON booleans or force the type in other, less obscure, ways. Tell me if you need this capability. -=item circular data structures - -Those will be encoded until memory or stackspace runs out. - =back