Skip to content

Commit

Permalink
chore(deps): update dependency list::util to v1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 7c10b71 commit 958477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires 'Moo';
# of the older Perl versions. Specifying the number explicitly makes older
# Perls install this module from CPAN while allowing newer Perls to use the
# version they come with.
requires 'List::Util' => '1.65'; # for 'any' and 'all' functions.
requires 'List::Util' => '1.66'; # for 'any' and 'all' functions.

on 'test' => sub {
requires 'Test2::V0';
Expand Down

0 comments on commit 958477e

Please sign in to comment.