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+ 0.35 2025-03-17 12:20:20Z
6+ - Fix sporadic failures in `t/01_run.t`
7+ - Debug test for stopping whole process group
8+ - Fix race condition in `is_running` when `kill_whole_group` is set
9+ - Apply tidy 20250105
10+ - Fix handling process groups when initial process is not running anymore
11+ - Use the correct formatter
12+ - Fix errors on Build.PL
13+ - Remove workaround for missing dependency on TAP::Harness::GithubActions
14+ - Update to codecov@v3
15+ - Add Minilla to the ci target
16+ - Update minil.toml to have the harness arguments enabled
17+ - Use github formatter for prove
18+ - Fix tests and rename workflow
19+ - Use reduced test matrix on MacOSX
20+ - Test on OSX and Linux with a reduced perl matrix
21+ - t: Add another check for /bin/true
22+ - Fix tidy also for OSX
23+ - Mention syntactic sugar to help when debugging
24+ - Enable support for MacOSX (darwin)
525
6260.34 2023-09-18T15:47:18Z
727 - 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" : " 0.35 " ,
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 = ' 0.35 ' ;
44
55use Mojo::Base ' Mojo::EventEmitter' ;
66use Mojo::File ' path' ;
You can’t perform that action at this time.
0 commit comments