Skip Menu |

This queue is for tickets about the JSON-XS CPAN distribution.

Report information
The Basics
Id: 117976
Status: new
Priority: 0/
Queue: JSON-XS

People
Owner: Nobody in particular
Requestors: mestre.smash [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: fix typo in documentation
Hello, While updating the package in Debian we found a typo in the documentation. The patch we are using to fix it is attached. Thank you
Subject: fix-spelling.patch
--- a/XS.pm +++ b/XS.pm @@ -1610,7 +1610,7 @@ C<JSON::XS> uses the L<Types::Serialiser> module to provide boolean constants. That means that the JSON true and false values will be -comaptible to true and false values of iother modules that do the same, +compatible to true and false values of iother modules that do the same, such as L<JSON::PP> and L<CBOR::XS>.