--- JSON-XS/README 2009/02/19 01:13:46 1.29 +++ JSON-XS/README 2009/07/13 22:13:17 1.30 @@ -22,8 +22,8 @@ # Note that JSON version 2.0 and above will automatically use JSON::XS # if available, at virtually no speed overhead either, so you should # be able to just: - - use JSON; + + use JSON; # and do the same things, except that you have a pure-perl fallback now.