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

..03-May-2022-

lib/IPC/H13-Jul-2019-2,1881,052

t/H13-Jul-2019-490378

CHANGESH A D13-Jul-201910.5 KiB349242

MANIFESTH A D13-Jul-2019335 1413

META.jsonH A D13-Jul-20191.3 KiB5453

META.ymlH A D13-Jul-2019799 3231

Makefile.PLH A D14-Feb-20181.9 KiB5346

READMEH A D09-Jul-20141 KiB3825

README

1This is the README file for IPC::Cmd -- a cross platform way of running
2(interactive) commandline programs.
3
4Please type "perldoc IPC::Cmd" after installation to see the module
5usage information.
6
7#####################################################################
8
9* Description
10
11IPC::Cmd
12    Allows for the searching and execution of any binary on your system.
13    It adheres to verbosity settings and is able to run intereactive. It
14    also has an option to capture output/error buffers.
15
16#####################################################################
17
18* Installation
19
20IPC::Cmd uses the standard perl module install process:
21
22perl Makefile.PL
23make
24make test
25make install
26
27######################################################################
28
29AUTHOR
30    This module by Jos Boumans <kane@cpan.org>.
31
32COPYRIGHT
33    This module is copyright (c) 2002 Jos Boumans <kane@cpan.org>. All
34    rights reserved.
35
36    This library is free software; you may redistribute and/or modify it
37    under the same terms as Perl itself.
38