From a4b9d9d444b651718c23005eaaf845f563b54c7c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 Jul 2011 16:23:20 +0200 Subject: Declare Test::Fatal dependency --- Build.PL | 1 + Changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/Build.PL b/Build.PL index ebec2f1..1994415 100644 --- a/Build.PL +++ b/Build.PL @@ -8,6 +8,7 @@ my $build = Module::Build->new( build_requires => { 'Test::Command' => 0, 'Test::Compile' => 0, + 'Test::Fatal' => 0, 'Test::More' => 0, 'Test::Pod' => 0, }, diff --git a/Changelog b/Changelog index f49054b..7674477 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ git HEAD * Remove Test::MockObject dependency + * Declare Test::Fatal dependency [App::Raps2] * Move cmd_* functions into raps2 -- cgit v1.2.3