brian d foy

Results 147 comments of brian d foy
trafficstars

If there's a problem, it's probably going to be in CPAN::Audit::Query::advisories for, where I find the comment: # select only the known distribution versions from the database, # ignoring all...

Are you using the latest CPAN::Audit? Can you show the output of `cpan-audit --version`? When I run `cpan-audit5.24.4 dist perl 5.024004` on perl 5.24.4, I get 14 advisories and I...

I added the *t/cli/dist.t* test for this check. It passes GitHub Actions and I've released 20240911.001_01 so CPAN Testers can check it. So far the tests have not seen the...

Heh, you were right. I had a CPANSA::DB lying around in one version of perl that I was using to test this. And, there was a bug in `--version` that...

I haven't forgotten about this issue. I think in general this is the right solution but I want to look at it carefully to make sure it works. Since I...

A fix for this is in the [latest trial release](https://github.com/briandfoy/cpan-audit/releases/tag/release-20241121.001_001). I plan on releasing a new version next week. If you find anything weird in the trial, let me know:

This is now released as 20241208.001. If you find anything odd, open a new issue please.