--- AnyEvent-Fork/Fork.pm 2013/04/06 09:05:50 1.27 +++ AnyEvent-Fork/Fork.pm 2013/04/06 09:06:43 1.28 @@ -316,8 +316,8 @@ This module exports nothing, and only implements a single class - C. -There are two constructors that both create new processes - C and -C. The C method creates a new process by forking an +There are two class constructors that both create new processes - C +and C. The C method creates a new process by forking an existing one and could be considered a third constructor. Most of the remaining methods deal with preparing the new process, by @@ -347,10 +347,6 @@ our $PERL; # the path to the perl interpreter, deduces with various forms of magic -=item my $pool = new AnyEvent::Fork key => value... - -Create a new process pool. The following named parameters are supported: - =over 4 =back