perl-Test-Fatal: add missing dep on perl-Try-Tiny.
Closes: #9505 [via git-merge-pr]
This commit is contained in:
parent
660a4f094a
commit
dfd497609f
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'perl-Test-Fatal'.
|
# Template build file for 'perl-Test-Fatal'.
|
||||||
pkgname=perl-Test-Fatal
|
pkgname=perl-Test-Fatal
|
||||||
version=0.014
|
version=0.014
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends} perl-Try-Tiny"
|
||||||
depends="${hostmakedepends}"
|
depends="${makedepends}"
|
||||||
short_desc="Incredibly simple helpers for testing code with exceptions"
|
short_desc="Incredibly simple helpers for testing code with exceptions"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
homepage="http://search.cpan.org/dist/Test-Fatal/"
|
homepage="http://search.cpan.org/dist/Test-Fatal/"
|
||||||
|
|
Loading…
Reference in a new issue