Skip to content

Commit cee4ab1

Browse files
author
Jan Henning Thorsen
committed
Released version 0.01
* First release on CPAN
1 parent 6a0574f commit cee4ab1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Changes

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

3-
0.01
3+
0.01 Wed Nov 20 10:25:19 2013
44
* First release on CPAN

README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
NAME
22
Mojo::IOLoop::ReadWriteFork - Fork a process and read/write from it
33

4+
VERSION
5+
0.01
6+
47
DESCRIPTION
58
This class enable you to fork children which you can write data to and
69
emit events when the child prints to STDERR or STDOUT.

lib/Mojo/IOLoop/ReadWriteFork.pm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ package Mojo::IOLoop::ReadWriteFork;
44
55
Mojo::IOLoop::ReadWriteFork - Fork a process and read/write from it
66
7+
=head1 VERSION
8+
9+
0.01
10+
711
=head1 DESCRIPTION
812
913
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;
4852
use constant DEBUG => $ENV{MOJO_READWRITE_FORK_DEBUG} || 0;
4953
use constant WAIT_PID_INTERVAL => $ENV{WAIT_PID_INTERVAL} || 0.01;
5054

55+
our $VERSION = '0.01';
56+
5157
=head1 EVENTS
5258
5359
=head2 close

0 commit comments

Comments
 (0)