Revision history for Command-Runner
0.200 2022-03-22 00:02:31 JST
-
Support cwd option (#9)
-
Use Time::HiRes::CLOCK_MONOTONIC if it is available (#10)
-
Deprecate commandf; will be removed in the future version of Command-Runner distribution (#8)
0.103 2020-07-24 19:51:51 JST
-
Send KILL signal if child process is not terminated by TERM signal (#6)
0.102 2019-08-06 20:29:53 EEST
-
Add env option (#5)
0.101 2018-05-02 18:12:25 JST
-
Read stdout/stderr pipes after sending signals
0.100 2018-04-30 23:58:23 JST
-
BREAKING CHANGE: introduce Format and Quote classes (#3)
0.002 2018-04-21 20:30:56 CEST
-
BREAKING CHANGE: change I/F (#2)
0.001 2018-04-20 15:03:56 CEST
-
Initial release