comparison: bin/perldoc
bin/perldoc
- changeset 774
- d6a54f86ab10
- parent 743
- 76c4c96d8b9f
equal
deleted
inserted
replaced
6 fi |
6 fi |
7 |
7 |
8 if [ -x "$(command -v cpandoc)" ]; then |
8 if [ -x "$(command -v cpandoc)" ]; then |
9 exec cpandoc $* |
9 exec cpandoc $* |
10 fi |
10 fi |
11 exec perldoc $* |
11 |
|
12 BIN="$(which -a perldoc | grep -v $0 | head -n 1)" |
|
13 exec $BIN $* |