Skip Menu |

This queue is for tickets about the CPAN-Testers-WWW-Reports-Query-AJAX CPAN distribution.

Report information
The Basics
Id: 105554
Status: new
Priority: 0/
Queue: CPAN-Testers-WWW-Reports-Query-AJAX

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

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



Subject: $version can be undefined in Query::AJAX
Warning only, but annoying Use of uninitialized value $version in hash element at /pro/lib/perl5/site_perl/5.22.0/CPAN/Testers/WWW/Reports/Query/AJAX.pm line 156. That happens when asking for information on a module that has not yet been released and might not have a version yet I added // ""; my $version = $self->{options}{version} || $self->{recent} // ""; problem gone. I had no time to actually dig for the complete code path it came from but I could if you really want.