summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2015-11-13 12:04:52 +0000
committerAdam Spiers <stow@adamspiers.org>2015-11-13 12:05:42 +0000
commitf24de47b82834d77319ff29ebbdbd3959adf5064 (patch)
tree4993acf9fd428925780c73d57208795356771f07
parenta111eeb8aebdfd27f8dca53b97ad3d090450c818 (diff)
downloadstow-f24de47b82834d77319ff29ebbdbd3959adf5064.tar.gz
add IO::Scalar to build_requires
-rw-r--r--Build.PL1
-rw-r--r--META.json1
-rw-r--r--META.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 9a755f8..a14b93b 100644
--- a/Build.PL
+++ b/Build.PL
@@ -54,6 +54,7 @@ my $build = Module::Build->new(
build_requires => {
'Test::More' => 0,
'Test::Output' => 0,
+ 'IO::Scalar' => 0,
},
);
diff --git a/META.json b/META.json
index 5d93975..443f81c 100644
--- a/META.json
+++ b/META.json
@@ -16,6 +16,7 @@
"prereqs" : {
"build" : {
"requires" : {
+ "IO::Scalar" : "0",
"Test::More" : "0",
"Test::Output" : "0"
}
diff --git a/META.yml b/META.yml
index d496750..d72d950 100644
--- a/META.yml
+++ b/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: