summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-04-04 18:51:15 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-04-04 18:51:15 +0200
commit3d68caa7e8e3a88f8444a4c8a5b6cd5d6d30463d (patch)
tree1c5fa7dbb63724269c965698663033b9fedcd75e /Build.PL
parente81eb890ae7539052787caed6bf72e527c8307f1 (diff)
Test::Exception -> Test::Fatal
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',