--- JSON-XS/XS.pm 2007/10/11 23:07:43 1.63 +++ JSON-XS/XS.pm 2007/10/13 01:55:31 1.65 @@ -88,7 +88,7 @@ use strict; -our $VERSION = '1.5'; +our $VERSION = '1.51'; our @ISA = qw(Exporter); our @EXPORT = qw(to_json from_json); @@ -980,6 +980,16 @@ right). +=head1 THREADS + +This module is I guarenteed to be thread safe and there are no +plans to change this until Perl gets thread support (as opposed to the +horribly slow so-called "threads" which are simply slow and bloated +process simulations - use fork, its I faster, cheaper, better). + +(It might actually work, but you ahve ben warned). + + =head1 BUGS While the goal of this module is to be correct, that unfortunately does @@ -987,6 +997,9 @@ still relatively early in its development. If you keep reporting bugs they will be fixed swiftly, though. +Please refrain from using rt.cpan.org or any other bug reporting +service. I put the contact address into my modules for a reason. + =cut our $true = do { bless \(my $dummy = 1), "JSON::XS::Boolean" };