• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H21-Oct-1999-6950

ChangesH A D21-Oct-1999313 137

MANIFESTH A D21-May-1997135 108

MANIFEST.SKIPH A D21-May-199784 64

Makefile.PLH A D21-May-1997524 2012

READMEH A D21-May-1997606 2616

WaitStat.pmH A D21-Oct-19993.9 KiB17960

README

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