File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
33
44{{$NEXT}}
5+ 1.0.0 2025-03-17 12:20:20Z
6+ - Various test fixes
7+ - Fix race condition in `is_running` when `kill_whole_group` is set
8+ - Fix handling process groups when initial process is not running anymore
9+ - Add Minilla to the ci target
10+ - Update minil.toml to have the harness arguments enabled
11+ - Mention syntactic sugar to help when debugging
12+ - Enable support for MacOSX (darwin)
513
6140.34 2023-09-18T15:47:18Z
715 - Adapt to deprecation of spurt in upstream Mojolicious
Original file line number Diff line number Diff line change 6969 "web" : " https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess"
7070 }
7171 },
72- "version" : " 0.34 " ,
72+ "version" : " 1.0.0 " ,
7373 "x_contributors" : [
7474 " Adam Williamson <awilliam@redhat.com>" ,
7575 " Clemens Famulla-Conrad <cfamullaconrad@suse.de>" ,
Original file line number Diff line number Diff line change 11package Mojo::IOLoop::ReadWriteProcess ;
22
3- our $VERSION = ' 0.34 ' ;
3+ our $VERSION = ' 1.0.0 ' ;
44
55use Mojo::Base ' Mojo::EventEmitter' ;
66use Mojo::File ' path' ;
You can’t perform that action at this time.
0 commit comments