Add build-time dependencies on Test::More and Test::Output.

This commit is contained in:
Adam Spiers 2011-11-21 18:04:58 +00:00
parent f93796dce3
commit 59fa7ae4a6
4 changed files with 13 additions and 3 deletions

View file

@ -2,7 +2,9 @@
abstract: 'manage the installation of multiple software packages'
author:
- unknown
build_requires: {}
build_requires:
Test::More: 0
Test::Output: 0
configure_requires:
Module::Build: 0
dynamic_config: 1