~ubuntu-branches/ubuntu/lucid/libproc-reliable-perl/lucid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is Proc::Reliable, a perl module for simple, reliable and configurable
subprocess execution.

You require perl 5.003 or later to use this library

You install the library by running these commands:

   perl Makefile.PL
   make
   make test
   make install

There are some demo scripts: test1* and test2*

Please report any bugs/suggestions to Dan Goldwater (dgold at zblob dot com).

All files contained in this installation are Copyright (c) 2001-2002
Dan Goldwater unless otherwise specified.

This library is free software; you can redistribute it and/or modify it under 
the same terms as Perl itself.