Go to file
Mario Fetka 5a2c807af6 Initial commit 2017-09-15 13:57:01 +02:00
debian Initial commit 2017-09-15 13:57:01 +02:00
lib/Proc Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00
t Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00
MANIFEST Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00
Makefile.PL Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00
README Imported Upstream version 96.042201 2017-09-15 13:56:01 +02:00

README

This is a simple wrapper for fork.  It will wait for there
to be a process available.  It will fork off a perl function.

To build/install it, use 

	perl Makefile.PL
	make 
	make test
	make install