From 3d68caa7e8e3a88f8444a4c8a5b6cd5d6d30463d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 4 Apr 2011 18:51:15 +0200 Subject: Test::Exception -> Test::Fatal --- Build.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Build.PL') 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', -- cgit v1.2.3