--- JSON-XS/XS.pm 2009/08/09 16:01:39 1.124 +++ JSON-XS/XS.pm 2010/01/10 10:07:13 1.127 @@ -103,7 +103,7 @@ use common::sense; -our $VERSION = '2.25'; +our $VERSION = '2.27'; our @ISA = qw(Exporter); our @EXPORT = qw(encode_json decode_json to_json from_json); @@ -1414,11 +1414,11 @@ If you are using JSON::XS to return packets to consumption by JavaScript scripts in a browser you should have a look at -L to see whether -you are vulnerable to some common attack vectors (which really are browser -design bugs, but it is still you who will have to deal with it, as major -browser developers care only for features, not about getting security -right). +L to +see whether you are vulnerable to some common attack vectors (which really +are browser design bugs, but it is still you who will have to deal with +it, as major browser developers care only for features, not about getting +security right). =head1 THREADS