Skip Menu |

This queue is for tickets about the JSON CPAN distribution.

Report information
The Basics
Id: 67086
Status: resolved
Priority: 0/
Queue: JSON

People
Owner: Nobody in particular
Requestors: abraxxa [...] cpan.org
Cc:
AdminCc:

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



Subject: don't use indirect object creation syntax in the docs
The new method example is: $json = new JSON It should better be: my $json = JSON->new;
I changed it. Thanks,
On 2011-5月-22 日 02:44:11, MAKAMAKA wrote: Show quoted text
> I changed it. > Thanks,
Ah, I modified JSON::PP only.... I'll do it in the next versoin.
I have a pull request on github (https://github.com/makamaka/JSON/pull/4) to change 'new JSON' into 'JSON->new" and fix some spelling errors. On Sun May 22 17:37:31 2011, MAKAMAKA wrote: Show quoted text
> On 2011-5月-22 日 02:44:11, MAKAMAKA wrote:
> > I changed it. > > Thanks,
> > Ah, I modified JSON::PP only.... > I'll do it in the next versoin.
On Fri Dec 30 01:53:20 2011, arcanez wrote: Show quoted text
> I have a pull request on github (https://github.com/makamaka/JSON/pull/4) > to change 'new JSON' into 'JSON->new" and fix some spelling errors. > > On Sun May 22 17:37:31 2011, MAKAMAKA wrote:
> > On 2011-5月-22 日 02:44:11, MAKAMAKA wrote:
> > > I changed it. > > > Thanks,
> > > > Ah, I modified JSON::PP only.... > > I'll do it in the next versoin.
> >
This has been fixed for a while. Closed. Thanks.