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.