Tue, 02 May 2023 17:34:25 -0500
stub reply
.lib/stubs/reply | file | annotate | diff | comparison | revisions | |
bin/setup-cpan-faves | file | annotate | diff | comparison | revisions |
new file mode 100755 --- /dev/null +++ b/.lib/stubs/reply @@ -0,0 +1,21 @@ +#!/bin/sh +set -eu + +install_it() { + cpm install -g \ + Reply \ + experimentals \ + B::Keywords \ + Carp::Always \ + Class::Refresh \ + Data::Printer \ + Data::Printer::Filter::JSON \ + Data::Printer::Filter::URI \ + Path::Tiny \ + Pry \ + Term::ReadLine::Gnu + + asdf reshim perl || : +} + +. ~/.lib/sh/stubexec.sh