diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-11-17 15:04:39 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-11-17 15:04:39 +0100 |
commit | bd81ac5515c2a4002410919577aa2be241bc2ee5 (patch) | |
tree | b53c234d5171c7f7d2f74231b9bf227d3a4b03d1 /Build.PL | |
parent | 225e1152b9bcdf37f72b512f696f1013b461549e (diff) |
Update build dependencies
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ use Module::Build; Module::Build->new( build_requires => { + 'File::Slurp' => 0, + 'JSON' => 0, 'Test::Compile' => 0, 'Test::Fatal' => 0, 'Test::More' => 0, |