Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: peter.john.acklam [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 2.27104
  • 2.27105
  • 2.27200
  • 2.27201
  • 2.27202
Fixed in: (no value)



Subject: Missing prerequisite: Scalar-List-Utils version 1.0.8
Version 2.27104 an onwards uses Scalar::Util::refaddr(), which was introduced in the distribution Scalar-List-Utils-1.08. Thus, Scalar-List-Utils version 1.08 should be listen in the prerequisites for JSON-PP. For instance, Perl 5.8.0 comes with Scalar-List-Utils version 1.07, which does not have Scalar::Util::refaddr(), so building JSON-PP with the CPAN shell fails.
On Tue Apr 02 02:19:37 2013, pjacklam wrote: Show quoted text
> Version 2.27104 an onwards uses Scalar::Util::refaddr(), which was > introduced in the distribution Scalar-List-Utils-1.08. Thus, Scalar- > List-Utils version 1.08 should be listen in the prerequisites for > JSON-PP. > > For instance, Perl 5.8.0 comes with Scalar-List-Utils version 1.07, > which does not have Scalar::Util::refaddr(), so building JSON-PP with > the CPAN shell fails.
Thanks. Fixed in the master: https://github.com/makamaka/JSON-PP/commit/4121cbb7aa6771f6ec9498bf683345ad458096cb
On Thu Oct 27 13:53:51 2016, ISHIGAKI wrote: Show quoted text
> On Tue Apr 02 02:19:37 2013, pjacklam wrote:
> > Version 2.27104 an onwards uses Scalar::Util::refaddr(), which was > > introduced in the distribution Scalar-List-Utils-1.08. Thus, Scalar- > > List-Utils version 1.08 should be listen in the prerequisites for > > JSON-PP. > > > > For instance, Perl 5.8.0 comes with Scalar-List-Utils version 1.07, > > which does not have Scalar::Util::refaddr(), so building JSON-PP with > > the CPAN shell fails.
> > > Thanks. Fixed in the master: https://github.com/makamaka/JSON- > PP/commit/4121cbb7aa6771f6ec9498bf683345ad458096cb
Closed as 2.92 was released. Thanks.