devel/p5-Devel-Cover: Add new dependency

Add depdendency on devel/p5-B-Debug since it is not in Perl 5 Core distribution
anymore.

Reported by:	James E Keenan <jkeenan@pobox.com>
This commit is contained in:
James E Keenan 2021-11-24 08:09:56 +01:00 committed by Fernando Apesteguía
parent 40a957b3db
commit b59009ff46

View file

@ -22,7 +22,8 @@ OPTIONS_DEFAULT=CPANCOVER HTML_REPORTS POD_COVERAGE
OPTIONS_SUB= yes
CPANCOVER_DESC= Coverage statistics on CPAN modules
CPANCOVER_RUN_DEPENDS= p5-Parallel-Iterator>=0:devel/p5-Parallel-Iterator \
CPANCOVER_RUN_DEPENDS= p5-B-Debug>=0:devel/p5-B-Debug \
p5-Parallel-Iterator>=0:devel/p5-Parallel-Iterator \
p5-Template-Toolkit>=2:www/p5-Template-Toolkit
HTML_REPORTS_DESC= Build HTML reports with p5-HTML-Parser