diff options
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', |