summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-11-17 15:04:39 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-11-17 15:04:39 +0100
commitbd81ac5515c2a4002410919577aa2be241bc2ee5 (patch)
treeb53c234d5171c7f7d2f74231b9bf227d3a4b03d1 /Build.PL
parent225e1152b9bcdf37f72b512f696f1013b461549e (diff)
Update build dependencies
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 68591a1..e431654 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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,