```
# 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 textproc/p5-Pod-Parser
Reviewed_by: koobs
Approved by: koobs (ports, mentor), perl ()
Differential_Revision:
MFH: 2021Q2 (runtime fix)
```