summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index 9737b2a..25468a5 100644
--- a/Build.PL
+++ b/Build.PL
@@ -6,10 +6,11 @@ use Module::Build;
my $build = Module::Build->new(
build_requires => {
- 'Test::More' => 0,
+ 'Test::Command' => 0,
'Test::Compile' => 0,
+ 'Test::Fatal' => 0,
+ 'Test::More' => 0,
'Test::Pod' => 0,
- 'Test::Command' => 0,
},
dist_name => 'raps2',
dist_version_from => 'bin/raps2',