1This distribution contains the IPC::Signal module.  To build it run
2
3    perl Makefile.PL
4    make
5    make test
6    make install
7
8The documentation is embeded in the module, use
9
10    perldoc Signal.pm
11
12to read it before installation.
13
14Roderick Schertler <roderick@argon.org>
15
16Copyright (c) 1997 Roderick Schertler.  All rights reserved.  This
17program is free software; you can redistribute it and/or modify it under
18the same terms as Perl itself.
19
20$Id: README,v 1.3 1997-05-23 10:21:26-04 roderick Exp $
21