1107:c6d7ac40bd3c | 1108:8f5cf4eb7f66 |
---|---|
1 #!/bin/sh | |
2 set -eu | |
3 | |
4 install_it() { | |
5 cpm install -g \ | |
6 Reply \ | |
7 experimentals \ | |
8 B::Keywords \ | |
9 Carp::Always \ | |
10 Class::Refresh \ | |
11 Data::Printer \ | |
12 Data::Printer::Filter::JSON \ | |
13 Data::Printer::Filter::URI \ | |
14 Path::Tiny \ | |
15 Pry \ | |
16 Term::ReadLine::Gnu | |
17 | |
18 asdf reshim perl || : | |
19 } | |
20 | |
21 . ~/.lib/sh/stubexec.sh |