perl/perl-parallel-forkmanager: Add missing dependency.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-08-28 11:36:43 +12:00 committed by Willy Sudiarto Raharjo
parent ea35e94b82
commit 424a6ee7a7
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/dluxhu/perl-parallel-forkmanager/archive/v2.02/perl
MD5SUM="351a3f044ddb0761eeef490c61ac0dd1" MD5SUM="351a3f044ddb0761eeef490c61ac0dd1"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="perl-test-warn" REQUIRES="perl-Role-Tiny perl-test-warn"
MAINTAINER="Jeremy Hansen" MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com" EMAIL="jebrhansen+SBo@gmail.com"