File: README

package info (click to toggle)
libproc-syncexec-perl 1.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 182; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This distribution contains the Proc::SyncExec module.  To build this
module, run:

    perl Makefile.PL
    make
    make test
    make install

For more detailed instructions see "man perlmodinstall", "perldoc
perlmodinstall", or http://www.cpan.org/modules/INSTALL.html.

The documentation is embeded in the module, use

    perldoc SyncExec.pm

to read it before installation.

Roderick Schertler <roderick@argon.org>

Copyright (c) 1997 Roderick Schertler.  All rights reserved.  This
program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

$Id: README,v 1.3 2001/07/27 12:50:01 roderick Exp $