Skip to content

Commit b015e1b

Browse files
author
Jan Henning Thorsen
committed
Released version 0.09
* Trying to fix t/telnet.t with \r\n on BSD
1 parent 64fed20 commit b015e1b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for Mojo-IOLoop-ReadWriteFork
22

3-
0.09
3+
0.09 Wed Nov 19 15:35:36 2014
44
* Trying to fix t/telnet.t with \r\n on BSD
55

66
0.08 Sun Nov 16 14:16:47 2014

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
Mojo::IOLoop::ReadWriteFork - Fork a process and read/write from it
33

44
VERSION
5-
0.08
5+
0.09
66

77
DESCRIPTION
88
This class enable you to fork children which you can write data to and

lib/Mojo/IOLoop/ReadWriteFork.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Mojo::IOLoop::ReadWriteFork - Fork a process and read/write from it
66
77
=head1 VERSION
88
9-
0.08
9+
0.09
1010
1111
=head1 DESCRIPTION
1212
@@ -59,7 +59,7 @@ use constant CHUNK_SIZE => $ENV{MOJO_CHUNK_SIZE} || 131072;
5959
use constant DEBUG => $ENV{MOJO_READWRITE_FORK_DEBUG} || 0;
6060
use constant WAIT_PID_INTERVAL => $ENV{WAIT_PID_INTERVAL} || 0.01;
6161

62-
our $VERSION = '0.08';
62+
our $VERSION = '0.09';
6363

6464
=head1 EVENTS
6565

0 commit comments

Comments
 (0)