perl-YAML: Add required perl module to run the test suite

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-15 19:00:16 -04:00
parent 3f607d2a8d
commit 3316c75819
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name = perl-YAML name = perl-YAML
version = 0.84 version = 0.84
release = 1 release = 2
arch = noarch arch = noarch
thisapp = YAML-%{version} thisapp = YAML-%{version}
@ -39,6 +39,9 @@ build
perl(ExtUtils::MakeMaker) perl(ExtUtils::MakeMaker)
perl(File::Path) perl(File::Path)
perl(lib) perl(lib)
# For the testsuite
perl(Filter::Util::Call)
end end
build build