From b0e591dd193e7cc349859d111d3a758acfe6b1b8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 9 May 2011 11:05:54 +0200 Subject: Build.PL: Add Test::Command to build_requires --- Build.PL | 1 + 1 file changed, 1 insertion(+) 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, }, -- cgit v1.2.3