diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 10:09:34 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 10:09:34 +0200 |
commit | 20907d84f16d74874a61c61cb8698c79e96f04ff (patch) | |
tree | 6963ecdcaa6d9cd239a97a408e340712ea225305 /Build.PL | |
parent | 2d2355dfd840a100a50b3d349be5d9c88d6de2f8 (diff) |
Raps2.pm: new: Add no_cli option, removes Test::MockObject build dependency
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ my $build = Module::Build->new( build_requires => { 'Test::Command' => 0, 'Test::Compile' => 0, - 'Test::MockObject' => 0, 'Test::More' => 0, 'Test::Pod' => 0, }, |