diff options
-rw-r--r-- | Build.PL | 1 | ||||
-rw-r--r-- | Changelog | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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, }, @@ -1,6 +1,7 @@ git HEAD * Remove Test::MockObject dependency + * Declare Test::Fatal dependency [App::Raps2] * Move cmd_* functions into raps2 |