--- JSON-XS/XS.pm 2007/03/24 22:57:12 1.19 +++ JSON-XS/XS.pm 2007/03/25 00:47:42 1.20 @@ -79,11 +79,13 @@ package JSON::XS; +use strict; + BEGIN { - $VERSION = '0.7'; - @ISA = qw(Exporter); + our $VERSION = '0.7'; + our @ISA = qw(Exporter); - @EXPORT = qw(to_json from_json); + our @EXPORT = qw(to_json from_json); require Exporter; require XSLoader;