perl-File-Slurper: Add checkdepends.

Closes #9060.
This commit is contained in:
maxice8 2017-11-10 10:24:45 -02:00 committed by Enno Boland
parent 511d411cfd
commit efff9d21a1

View file

@ -6,6 +6,7 @@ wrksrc="${pkgname/perl-//}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl"
checkdepends="perl-Test-Warnings"
depends="perl"
short_desc="File::Slurper - A simple, sane and efficient module to slurp a file"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"