diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-20 13:26:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-20 13:26:39 +0200 |
commit | cafd103a950682711fdc9e155d73da7f2fc59caa (patch) | |
tree | 38a0c1e25e74ffc38d78b0b99e585c2e983db741 /Build.PL | |
parent | 5f3ef37839e6efd0bcb07846ba23a55c67d00e71 (diff) |
Mock Term::ReadLine so the App::Raps2 test runs fine without a tty
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ my $build = Module::Build->new( build_requires => { 'Test::Command' => 0, 'Test::Compile' => 0, - 'Test::Fatal' => 0, + 'Test::MockObject' => 0, 'Test::More' => 0, 'Test::Pod' => 0, }, |