commit | a1cef27b55114012323b871be28e4a29959a79ed | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Mar 01 14:49:43 2021 +0100 |
committer | Akron <nils@diewald-online.de> | Mon Mar 01 14:49:43 2021 +0100 |
tree | e3426e2622e9600e12a2478997e3386c2c1b3ddd | |
parent | 54a467515acc9d17d791f940925fe2b88cb9782d [diff] |
Improve Makefile to include an indirect dependency Change-Id: I9c062d4d7fdb9496ecc41ca385f53f1da94e82f2
diff --git a/Makefile.PL b/Makefile.PL index 02bc475..b18c6f6 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -27,7 +27,8 @@ 'IO::Dir::Recursive' => 0.03, 'File::Temp' => 0, 'Directory::Iterator' => 0, - 'Dumbbench' => '0.111', + 'Module::Install' => 1.19, + 'Dumbbench' => 0.501, 'Benchmark' => 0, 'Unicode::Normalize' => 0, 'Carp' => 0,