pod2man

Converts Perl POD documentation to Unix man pages

brewmacoslinux
Try with needOr install directly
Source

About

Perl documentation generator

Commands

pod2man

Examples

Convert a Perl script's POD documentation to a man page$ pod2man script.pl > script.1
Generate a man page with custom section and center title$ pod2man --section=3 --center='My Documentation' module.pm > module.3
Create man page from POD file with specific release information$ pod2man --release='v1.0' --date='2024-01-01' input.pod output.1