Skip to content

Commit

Permalink
Issue #4064: upgrade to CPAN::Audit 20250115.001
Browse files Browse the repository at this point in the history
No code changes, only the dependency on YAML::Tiny has been removed.
  • Loading branch information
bschmalhofer committed Jan 16, 2025
1 parent 5fff159 commit 687e7da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kernel/System/Environment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ sub BundleModulesDeclarationGet {
{
'Module' => 'CPAN::Audit',
'Required' => 1,
'VersionRequired' => '== 20250109.001',
'VersionRequired' => '== 20250115.001',
},
{
'Comment' => 'database of adbisories used by CPAN::Audit',
Expand Down
2 changes: 1 addition & 1 deletion Kernel/cpan-lib/CPAN/Audit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use CPAN::Audit::Version;
use CPAN::Audit::Query;
use CPANSA::DB;

our $VERSION = '20250109.001';
our $VERSION = '20250115.001';

sub new {
my( $class, %params ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion Kernel/cpan-lib/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires 'Class::Inspector', '== 1.31';
# needed by Data::ICal
requires 'Class::ReturnValue', '== 0.55';

requires 'CPAN::Audit', '== 20250109.001';
requires 'CPAN::Audit', '== 20250115.001';

# database of adbisories used by CPAN::Audit
requires 'CPANSA::DB', '== 20250109.001';
Expand Down

0 comments on commit 687e7da

Please sign in to comment.