File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Mojo-IOLoop-ReadWriteFork
2
2
3
- 0.09
3
+ 0.09 Wed Nov 19 15:35:36 2014
4
4
* Trying to fix t/telnet.t with \r\n on BSD
5
5
6
6
0.08 Sun Nov 16 14:16:47 2014
Original file line number Diff line number Diff line change 2
2
Mojo::IOLoop::ReadWriteFork - Fork a process and read/write from it
3
3
4
4
VERSION
5
- 0.08
5
+ 0.09
6
6
7
7
DESCRIPTION
8
8
This class enable you to fork children which you can write data to and
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Mojo::IOLoop::ReadWriteFork - Fork a process and read/write from it
6
6
7
7
=head1 VERSION
8
8
9
- 0.08
9
+ 0.09
10
10
11
11
=head1 DESCRIPTION
12
12
@@ -59,7 +59,7 @@ use constant CHUNK_SIZE => $ENV{MOJO_CHUNK_SIZE} || 131072;
59
59
use constant DEBUG => $ENV {MOJO_READWRITE_FORK_DEBUG } || 0;
60
60
use constant WAIT_PID_INTERVAL => $ENV {WAIT_PID_INTERVAL } || 0.01;
61
61
62
- our $VERSION = ' 0.08 ' ;
62
+ our $VERSION = ' 0.09 ' ;
63
63
64
64
=head1 EVENTS
65
65
You can’t perform that action at this time.
0 commit comments