add IO::Scalar to build_requires
This commit is contained in:
parent
a111eeb8ae
commit
f24de47b82
3 changed files with 3 additions and 0 deletions
1
Build.PL
1
Build.PL
|
@ -54,6 +54,7 @@ my $build = Module::Build->new(
|
|||
build_requires => {
|
||||
'Test::More' => 0,
|
||||
'Test::Output' => 0,
|
||||
'IO::Scalar' => 0,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"prereqs" : {
|
||||
"build" : {
|
||||
"requires" : {
|
||||
"IO::Scalar" : "0",
|
||||
"Test::More" : "0",
|
||||
"Test::Output" : "0"
|
||||
}
|
||||
|
|
1
META.yml
1
META.yml
|
@ -3,6 +3,7 @@ abstract: 'manage the installation of multiple software packages'
|
|||
author:
|
||||
- unknown
|
||||
build_requires:
|
||||
IO::Scalar: '0'
|
||||
Test::More: '0'
|
||||
Test::Output: '0'
|
||||
configure_requires:
|
||||
|
|
Loading…
Reference in a new issue