Skip Menu |

This queue is for tickets about the WWW-CPAN CPAN distribution.

Report information
The Basics
Id: 68239
Status: resolved
Priority: 0/
Queue: WWW-CPAN

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

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



Subject: Two bugs found ...
Test case A: my $meta = WWW::CPAN->new->fetch_distmeta({ dist => 'Spreadsheet-Perl', author => 'NKH', format => 'json' }); Error: ERROR: malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at C:/str awberry/perl/site/lib/JSON/Any.pm line 527, <IN> line 21. Note: Yes, I am mainly going to be following up with the author of JSON::Any about this. Test case B: my $meta = WWW::CPAN->new->fetch_distmeta('Spreadsheet-Perl'); Error: No error, no data returned (which is the error) :) Note: I have a vested interest in this module, If you like I can take over as maintainer.
The issue with "malformed JSON string" has been resolved with the release of 0.012. The error fetching Spreadsheet-Perl dist meta is no longer reproducible. So closing this bug. On Mon May 16 12:40:20 2011, AWNCORP wrote: Show quoted text
> Test case A: > my $meta = WWW::CPAN->new->fetch_distmeta({ dist => 'Spreadsheet-Perl', > author => 'NKH', format => 'json' }); > > Error: > ERROR: malformed JSON string, neither array, object, number, string or > atom, at character offset 0 (before "(end of string)") at C:/str > awberry/perl/site/lib/JSON/Any.pm line 527, <IN> line 21. > > Note: > Yes, I am mainly going to be following up with the author of JSON::Any > about this. > > Test case B: > my $meta = WWW::CPAN->new->fetch_distmeta('Spreadsheet-Perl'); > > Error: > No error, no data returned (which is the error) :) > > Note: > I have a vested interest in this module, If you like I can take over as > maintainer.