Skip Menu |

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

Report information
The Basics
Id: 92793
Status: resolved
Priority: 0/
Queue: JSON-PP

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

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



Subject: bug on main cpan page
Date: Thu, 6 Feb 2014 18:03:33 -0800
To: bug-JSON-PP [...] rt.cpan.org
From: Chris Anderson <thechrisanderson [...] gmail.com>
The sample given for JSON::PP on the main cpan page appears to be incorrect. The variable "json" is not declared, and the variable "coder" is never used. When I replaced "json" with "coder" it worked for me....otherwise, as is it throws errors with use strict.
On Fri Feb 07 11:03:43 2014, thechrisanderson@gmail.com wrote: Show quoted text
> The sample given for JSON::PP on the main cpan page appears to be > incorrect. The variable "json" is not declared, and the variable "coder" > is never used. When I replaced "json" with "coder" it worked for > me....otherwise, as is it throws errors with use strict.
Thanks. Fixed with https://github.com/makamaka/JSON-PP/commit/e4da34595ae4cd36e58940f06640f0bf2c40976b
On Sat Aug 27 23:01:58 2016, ISHIGAKI wrote: Show quoted text
> On Fri Feb 07 11:03:43 2014, thechrisanderson@gmail.com wrote:
> > The sample given for JSON::PP on the main cpan page appears to be > > incorrect. The variable "json" is not declared, and the variable > > "coder" > > is never used. When I replaced "json" with "coder" it worked for > > me....otherwise, as is it throws errors with use strict.
> > > Thanks. Fixed with https://github.com/makamaka/JSON- > PP/commit/e4da34595ae4cd36e58940f06640f0bf2c40976b
Closed as 2.92 was released. Thanks.