summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-07-06 10:09:34 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-07-06 10:09:34 +0200
commit20907d84f16d74874a61c61cb8698c79e96f04ff (patch)
tree6963ecdcaa6d9cd239a97a408e340712ea225305 /Build.PL
parent2d2355dfd840a100a50b3d349be5d9c88d6de2f8 (diff)
Raps2.pm: new: Add no_cli option, removes Test::MockObject build dependency
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 2d9c370..ebec2f1 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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,
},