Subject: | Documentation typos and confusion |
The NOTES section of the documentation has some typos and confusing
bits:
JSON::PP was inculded in "JSON" distribution. It comes to be a
perl core module in Perl 5.14. And
JSON::PP will be split away it.
"JSON" distribution will inculde yet another JSON::PP modules.
They are JSNO::backportPP and so on.
JSON.pm should work as it did at all.
Here, "inculded" should be "included"; "inculde" should be "include";
"JSNO" should be "JSON".
The second sentence of the first paragraph would be better written
"Since Perl 5.14, it is a standard Perl module."
The do not understand the last sentence of the first paragraph; can you
please clarify?
The first sentence of the second paragraph is unclear; it should read
something like "The JSON distribution includes a backup set of JSON::PP
modules, called JSON::backportPP etc."
The second sentence of the second paragraph would be better written
"JSON.pm should work as it always has."