Skip to content

Commit 58a94c3

Browse files
chore(deps): update dependency list::util to v1.70
1 parent bc66b77 commit 58a94c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl/cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires 'Moo';
88
# of the older Perl versions. Specifying the number explicitly makes older
99
# Perls install this module from CPAN while allowing newer Perls to use the
1010
# version they come with.
11-
requires 'List::Util' => '1.69'; # for 'any' and 'all' functions.
11+
requires 'List::Util' => '1.70'; # for 'any' and 'all' functions.
1212

1313
on 'test' => sub {
1414
requires 'Test2::V0';

0 commit comments

Comments
 (0)