Skip Menu |

This queue is for tickets about the SWISH-Prog CPAN distribution.

Report information
The Basics
Id: 53275
Status: resolved
Priority: 0/
Queue: SWISH-Prog

People
Owner: karman [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependency on JSON::XS
As per subject All currently known 6 fail reports are due to missing JSON::XS as illustrated here: http://analysis.cpantesters.org/reports_by_field?distv=SWISH-Prog-0.32;field=qr%3A(Can't locate \S%2Bpm) HTH, Regards
Thanks. Fixed in 0.33, uploaded to pause.
Swapping JSON::XS to JSON doesn't resolve the missing declaration. Now the prerequisite JSON isn't declared. I've reopened this ticket. You're invited to watch http://analysis.cpantesters.org/reports_by_field?distv=SWISH-Prog-0.35;field=qr%3A(Can't locate \S%2Bpm) and sibling pages to analyse what cpantesters report. Thanks && Regards,
Subject: Re: [rt.cpan.org #53275] Undeclared dependency on JSON::XS
Date: Tue, 12 Jan 2010 23:09:35 -0600
To: bug-SWISH-Prog [...] rt.cpan.org
From: Peter Karman <peter [...] peknet.com>
Andreas Koenig via RT wrote on 1/12/10 10:46 PM: Show quoted text
> Queue: SWISH-Prog > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=53275 > > > Swapping JSON::XS to JSON doesn't resolve the missing declaration. > > Now the prerequisite JSON isn't declared. > > I've reopened this ticket. > > You're invited to watch > > http://analysis.cpantesters.org/reports_by_field?distv=SWISH-Prog-0.35;field=qr%3A(Can't > locate \S%2Bpm) > > and sibling pages to analyse what cpantesters report. >
Thanks. I didn't just switch to JSON. JSON(::XS) are optional deps, but apparently the appropriate check is failing. -- Peter Karman . http://peknet.com/ . peter@peknet.com
0.36 should fix it. Really. I hope.