Skip to content

Commit d5f7db1

Browse files
author
Jan Henning Thorsen
committed
Released version 0.07
* Trying to fix t/telnet.t with 127.0.0.1 * Mojo::EventEmitter::emit_safe is DEPRECATED
1 parent 1632f6d commit d5f7db1

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.07
3+
0.07 Thu Nov 13 18:52:55 2014
44
* Trying to fix t/telnet.t with 127.0.0.1
55
* Mojo::EventEmitter::emit_safe is DEPRECATED
66

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.06
5+
0.07
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.06
9+
0.07
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.06';
62+
our $VERSION = '0.07';
6363

6464
=head1 EVENTS
6565

0 commit comments

Comments
 (0)