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'.
|
||||
pkgname=perl-Test-Fatal
|
||||
version=0.014
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="${hostmakedepends}"
|
||||
makedepends="${hostmakedepends} perl-Try-Tiny"
|
||||
depends="${makedepends}"
|
||||
short_desc="Incredibly simple helpers for testing code with exceptions"
|
||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
homepage="http://search.cpan.org/dist/Test-Fatal/"
|
||||
|
|
Loading…
Reference in a new issue