We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc66b77 commit 58a94c3Copy full SHA for 58a94c3
perl/cpanfile
@@ -8,7 +8,7 @@ requires 'Moo';
8
# of the older Perl versions. Specifying the number explicitly makes older
9
# Perls install this module from CPAN while allowing newer Perls to use the
10
# version they come with.
11
-requires 'List::Util' => '1.69'; # for 'any' and 'all' functions.
+requires 'List::Util' => '1.70'; # for 'any' and 'all' functions.
12
13
on 'test' => sub {
14
requires 'Test2::V0';
0 commit comments