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+ - README: Update POD using minilla
6+ - Try to prevent warnings about Formatter
7+ - Update Build.PL and META.json with minilla 3.1.25
8+ - Remove obsolete dependency on TAP::Formatter::Color
9+ - Fix changelog
10+
5111.0.0 2025-03-17 12:20:20Z
612 - Various test fixes
713 - Fix race condition in `is_running` when `kill_whole_group` is set
Original file line number Diff line number Diff line change 8383 "web" : " https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess"
8484 }
8585 },
86- "version" : " 1.0.0 " ,
86+ "version" : " 1.0.1 " ,
8787 "x_contributors" : [
8888 " Adam Williamson <awilliam@redhat.com>" ,
8989 " Clemens Famulla-Conrad <cfamullaconrad@suse.de>" ,
Original file line number Diff line number Diff line change 11package Mojo::IOLoop::ReadWriteProcess ;
22
3- our $VERSION = ' 1.0.0 ' ;
3+ our $VERSION = ' 1.0.1 ' ;
44
55use Mojo::Base ' Mojo::EventEmitter' ;
66use Mojo::File ' path' ;
You can’t perform that action at this time.
0 commit comments