Pkgsrc changes:
o Change MAINTAINER to pkgsrc-users@
o Fix HOMEPAGE to use search.cpan.org pointing directly to the package
Upstream changes:
from 1.22: Applied patch by Jeff Holt, providing start
and end time of the forked process via t0() and t1().
from 1.21: Added patch by Chip Capelik to provide a wait()
method waiting for a process to terminate.
The Proc::Simple package provides objects mimicing real-life processes
from a user's point of view. A new process object is created by
$myproc = Proc::Simple->new();
Either external programs or perl subroutines can be launched and
controlled as processes in the background.