aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV/4.3/pod2man
blob: 909def30ebd1f8c1f91bb767504575c670360915 (plain)
1
2
3
#!/bin/bash
POD2MAN=$(/usr/bin/which pod2man5.18 || /usr/bin/which pod2man5.16 || /usr/bin/which pod2man5.12 || echo /usr/bin/pod2man)
exec $POD2MAN "$@"