969:28111ba4e573 | 970:498189926551 |
---|---|
2 set -eu | 2 set -eu |
3 . ~/.lib/sh/stubexec.sh | 3 . ~/.lib/sh/stubexec.sh |
4 | 4 |
5 install_it() { | 5 install_it() { |
6 cpanm -n 'https://github.com/darold/pgFormatter.git' | 6 cpanm -n 'https://github.com/darold/pgFormatter.git' |
7 plenv rehash || : | 7 asdf reshim perl || : |
8 } | 8 } |
9 | 9 |
10 stubexec "$@" | 10 stubexec "$@" |