Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines


Devel-REPL documentation  | view source Contained in the Devel-REPL distribution.

Index


NAME

Top

Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines

DESCRIPTION

Top

By default Devel::REPL exits on SIGINT (usually Ctrl-C). If you load this module, SIGINT will be trapped and used to kill long-running commands (statements) and also to kill the line being edited (like eg. BASH do). (You can still use Ctrl-D to exit.)

AUTHOR

Top

Shawn M Moore, <sartak at gmail dot com>


Devel-REPL documentation  | view source Contained in the Devel-REPL distribution.