aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLibrary/ENV/4.3/pod2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/pod2man b/Library/ENV/4.3/pod2man
index 72f91ed52..909def30e 100755
--- a/Library/ENV/4.3/pod2man
+++ b/Library/ENV/4.3/pod2man
@@ -1,3 +1,3 @@
#!/bin/bash
-POD2MAN=$(/usr/bin/which pod2man5.16 || /usr/bin/which pod2man5.12 || echo /usr/bin/pod2man)
+POD2MAN=$(/usr/bin/which pod2man5.18 || /usr/bin/which pod2man5.16 || /usr/bin/which pod2man5.12 || echo /usr/bin/pod2man)
exec $POD2MAN "$@"