File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Mojo-IOLoop-ReadWriteFork
2
2
3
- 0.01
3
+ 0.01 Wed Nov 20 10:25:19 2013
4
4
* First release on CPAN
Original file line number Diff line number Diff line change 1
1
NAME
2
2
Mojo::IOLoop::ReadWriteFork - Fork a process and read/write from it
3
3
4
+ VERSION
5
+ 0.01
6
+
4
7
DESCRIPTION
5
8
This class enable you to fork children which you can write data to and
6
9
emit events when the child prints to STDERR or STDOUT.
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ package Mojo::IOLoop::ReadWriteFork;
4
4
5
5
Mojo::IOLoop::ReadWriteFork - Fork a process and read/write from it
6
6
7
+ =head1 VERSION
8
+
9
+ 0.01
10
+
7
11
=head1 DESCRIPTION
8
12
9
13
This class enable you to fork children which you can write data to
@@ -48,6 +52,8 @@ use constant CHUNK_SIZE => $ENV{MOJO_CHUNK_SIZE} || 131072;
48
52
use constant DEBUG => $ENV {MOJO_READWRITE_FORK_DEBUG } || 0;
49
53
use constant WAIT_PID_INTERVAL => $ENV {WAIT_PID_INTERVAL } || 0.01;
50
54
55
+ our $VERSION = ' 0.01' ;
56
+
51
57
=head1 EVENTS
52
58
53
59
=head2 close
You can’t perform that action at this time.
0 commit comments