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: