File: README

package info (click to toggle)
libproc-reliable-perl 1.16-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 520; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (3)
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.