# HG changeset patch # User Meredith Howard # Date 1683066865 18000 # Node ID 8f5cf4eb7f66806282557f743f34022454661e67 # Parent c6d7ac40bd3c3fa75e77d79ff0b461227c0f73c1 stub reply diff --git a/.lib/stubs/reply b/.lib/stubs/reply 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 diff --git a/bin/setup-cpan-faves b/bin/setup-cpan-faves --- a/bin/setup-cpan-faves +++ b/bin/setup-cpan-faves @@ -10,16 +10,6 @@ dists=( experimentals - Reply - Data::Printer - Data::Printer::Filter::JSON - Data::Printer::Filter::URI - Carp::Always - B::Keywords - Term::ReadLine::Gnu - Class::Refresh - Pry - Path::Tiny Getopt::Long::Descriptive )