Name: | perl-Devel-REPL-Plugin-Interrupt |
Version: | 1.003029 |
Release: | 5.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 4074 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-Devel-REPL-Plugin-Interrupt-1.003029-5.el9.noarch.rpm
|
Source RPM: |
perl-Devel-REPL-1.003029-5.el9.src.rpm
|
Build Date: | Wed Mar 15 2023 |
Build Host: | build-ol9-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.) |