# make -C /usr/ports/devel/p5-Pod-Coverage install # perl -MPod::Coverage Can't locate Pod/Find.pm in @INC (you may need to install the Pod::Find module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.32 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.32/mach /usr/local/lib/perl5/5.32) at /usr/local/lib/perl5/site_perl/Pod/Coverage.pm line 6. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Pod/Coverage.pm line 6. Compilation failed in require. BEGIN failed--compilation aborted.
Proposed commit log message:
devel/p5-Pod-Coverage: Add missing dependency Add missing dependency on textproc/p5-Pod-Parser. Without it, the following error is observed at runtime: Can't locate Pod/Find.pm in @INC (you may need to install the Pod::Find module) Reviewed_by: koobs Approved by: koobs (ports, mentor), portmgr (blanket: runtime fix) Differential_Revision: D30274 MFH: 2021Q2 (missing dependency, runtime fix)