Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Kernel/System/Environment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ sub BundleModulesDeclarationGet {
'Comment' => 'database of adbisories used by CPAN::Audit',
'Module' => 'CPANSA::DB',
'Required' => 1,
'VersionRequired' => '== 20260311.002',
'VersionRequired' => '== 20260318.001',
},
{
'Comment' => 'needed by CPAN::Audit',
Expand Down
8 changes: 4 additions & 4 deletions Kernel/cpan-lib/CPAN/Audit/DB.pm

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Kernel/cpan-lib/CPANSA/DB.pm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Kernel/cpan-lib/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires 'Class::ReturnValue', '== 0.55';
requires 'CPAN::Audit', '== 20260308.002';

# database of adbisories used by CPAN::Audit
requires 'CPANSA::DB', '== 20260311.002';
requires 'CPANSA::DB', '== 20260318.001';

# needed by CPAN::Audit
requires 'CPAN::DistnameInfo', '== 0.12';
Expand Down
2 changes: 1 addition & 1 deletion scripts/test/Console/Command/Dev/Code/CPANAudit.t
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ for my $Key (qw( args command cpan_audit total_advisories )) {
is(
$ThawedAuditReport->{meta}->{cpan_audit},
{
db => '20260311.002',
db => '20260318.001',
version => '20250829.001',
},
'got expected version of the advisory list'
Expand Down
Loading