--- JSON-XS/XS.pm 2007/10/13 01:55:31 1.65 +++ JSON-XS/XS.pm 2007/10/15 01:22:34 1.67 @@ -1,5 +1,3 @@ -=encoding utf-8 - =head1 NAME JSON::XS - JSON serialising/deserialising, done correctly and fast @@ -88,7 +86,7 @@ use strict; -our $VERSION = '1.51'; +our $VERSION = '1.52'; our @ISA = qw(Exporter); our @EXPORT = qw(to_json from_json);