Add build-time dependencies on Test::More and Test::Output.
This commit is contained in:
parent
f93796dce3
commit
59fa7ae4a6
4 changed files with 13 additions and 3 deletions
|
|
@ -14,6 +14,12 @@
|
|||
},
|
||||
"name" : "Stow",
|
||||
"prereqs" : {
|
||||
"build" : {
|
||||
"requires" : {
|
||||
"Test::More" : 0,
|
||||
"Test::Output" : 0
|
||||
}
|
||||
},
|
||||
"configure" : {
|
||||
"requires" : {
|
||||
"Module::Build" : 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue