summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-09 11:05:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-09 11:05:54 +0200
commitb0e591dd193e7cc349859d111d3a758acfe6b1b8 (patch)
treee28d352f10d8d5ed5aa822f802334e5759a029f5
parent8ac749380d03f3aaef24a4812211e0df200b47ba (diff)
Build.PL: Add Test::Command to build_requires
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index b2ceca4..1336543 100644
--- a/Build.PL
+++ b/Build.PL
@@ -7,6 +7,7 @@ use Module::Build;
my $build = Module::Build->new(
build_requires => {
'Test::More' => 0,
+ 'Test::Command' => 0,
'Test::Compile' => 0,
'Test::Pod' => 0,
},