Name: | perl-Devel-REPL-Plugin-Interrupt |
---|---|
Version: | 1.003029 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 4072 |
License: | GPL+ or Artistic |
RPM: | perl-Devel-REPL-Plugin-Interrupt-1.003029-1.el8.noarch.rpm |
Source RPM: | perl-Devel-REPL-1.003029-1.el8.src.rpm |
Build Date: | Thu Jun 09 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Devel-REPL |
Summary: | Devel-REPL plugin for trapping INT signal |
Description: | 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 e.g. BASH do). (You can still use Ctrl-D to exit.) |