--- JSON-XS/XS.pm 2007/10/11 23:57:24 1.64 +++ JSON-XS/XS.pm 2007/10/14 20:02:57 1.66 @@ -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.5'; +our $VERSION = '1.51'; our @ISA = qw(Exporter); our @EXPORT = qw(to_json from_json);