summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
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 af48452..dfed9cb 100644
--- a/Build.PL
+++ b/Build.PL
@@ -7,6 +7,7 @@ use Module::Build;
Module::Build->new(
build_requires => {
+ 'File::Slurp' => 0,
'Test::More' => 0,
'Test::Pod' => 0,
},
@@ -14,6 +15,7 @@ Module::Build->new(
license => 'perl',
requires => {
'perl' => '5.10.1',
+ 'Carp' => 0,
'Class::Accessor' => 0,
'Getopt::Long' => 0,
'List::Util' => 0,