--- JSON-XS/XS.pm 2007/11/25 19:36:54 1.73 +++ JSON-XS/XS.pm 2007/11/28 13:57:15 1.74 @@ -86,7 +86,7 @@ use strict; -our $VERSION = '1.6'; +our $VERSION = '2.0'; our @ISA = qw(Exporter); our @EXPORT = qw(to_json from_json); @@ -279,8 +279,6 @@ =item $json = $json->pretty ([$enable]) -=item $enabled = $json->get_pretty - This enables (or disables) all of the C, C and C (and in the future possibly more) flags in one call to generate the most readable (or most compact) form possible.