NAME
FP::Repl::AutoTrap -- use FP::Repl::Trap on tty, Chj::Backtrace otherwise
SYNOPSIS
use FP::Repl::AutoTrap;
DESCRIPTION
This checks whether stdin and stdout are going to a tty, if so, then activate FP::Repl::Trap to trap errors in a repl, otherwise just activate Chj::Backtrace.
SEE ALSO
FP::Repl::Trap, Chj::Backtrace
NOTE
This is alpha software! Read the package README.