Skip to content

Commit 7d1cab9

Browse files
committed
add dep on List::Util
Only used in tests atm but soon will be used in runtime code.
1 parent 99ddf47 commit 7d1cab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ WriteMakefile(
2929
'Dancer2::Plugin' => 0,
3030
'Module::Runtime' => 0,
3131
'Crypt::SaltedHash' => 0,
32+
'List::Util' => 0,
3233
'Moo' => '2.000000',
3334
'Moo::Role' => 0,
3435
'namespace::clean' => 0,

0 commit comments

Comments
 (0)