991:a925474b9558 | 992:4e3e37ce84bc |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 set -eu | 2 set -eu |
3 . ~/.lib/sh/stubexec.sh | |
4 | 3 |
5 install_it() { | 4 install_it() { |
6 cpanm -n 'https://github.com/darold/pgFormatter.git' | 5 cpanm -n 'https://github.com/darold/pgFormatter.git' |
7 asdf reshim perl || : | 6 asdf reshim perl || : |
8 } | 7 } |
9 | 8 |
10 stubexec "$@" | 9 . ~/.lib/sh/stubexec.sh |