diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-04-04 18:51:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-04-04 18:51:15 +0200 |
commit | 3d68caa7e8e3a88f8444a4c8a5b6cd5d6d30463d (patch) | |
tree | 1c5fa7dbb63724269c965698663033b9fedcd75e /Build.PL | |
parent | e81eb890ae7539052787caed6bf72e527c8307f1 (diff) |
Test::Exception -> Test::Fatal
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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', |