perl-Test-NoWarnings: fix cross.

This commit is contained in:
Leah Neukirchen 2017-08-24 13:51:05 +02:00
parent c209dddc48
commit 4221aaf37e

View file

@ -5,6 +5,7 @@ revision=2
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl" hostmakedepends="perl"
makedepends="${hostmakedepends}"
depends="${hostmakedepends}" depends="${hostmakedepends}"
noarch=yes noarch=yes
short_desc='Test::NoWarnings - Make sure you did not emit warnings while testing.' short_desc='Test::NoWarnings - Make sure you did not emit warnings while testing.'