diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-09 11:05:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-09 11:05:54 +0200 |
commit | b0e591dd193e7cc349859d111d3a758acfe6b1b8 (patch) | |
tree | e28d352f10d8d5ed5aa822f802334e5759a029f5 | |
parent | 8ac749380d03f3aaef24a4812211e0df200b47ba (diff) |
Build.PL: Add Test::Command to build_requires
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, }, |