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.