public
Description: Perl module to make running system commands and capturing errors as simple as possible.
Homepage: http://search.cpan.org/perldoc?IPC::System::Simple
Clone URL: git://github.com/pfenwick/ipc-system-simple.git
Click here to lend your support to: ipc-system-simple and make a donation at www.pledgie.com !
commit  f1e69bf597b29d71df6c1165ab623369bccbeb4c
tree    ea45fca6a4ce274869e04163dc79724e02260abd
parent  d1f2b653b1a5e78ffc4a1f4c7aeb6d613eca1c2c
name age message
file .cvsignore Mon May 12 03:59:11 -0700 2008 Resorted, added lib/ [pfenwick]
file .gitignore Tue Jun 24 06:06:47 -0700 2008 Ignore t/core from author tests. [pfenwick]
file .perlcriticrc Sun May 11 18:44:41 -0700 2008 perlcriticrc file [pfenwick]
file Changes Thu Feb 12 12:41:03 -0800 2009 (Failing) tests for commands in directories con... [pfenwick]
file LICENSE Sun May 11 23:43:12 -0700 2008 License 5.6.0. New license file. Syntax error... [pfenwick]
file MANIFEST Thu Dec 18 05:47:40 -0800 2008 Add t/14_uninitialised.t [pfenwick]
file MANIFEST.skip Thu Dec 18 05:47:20 -0800 2008 Don't add cover_db files to Manifest. [pfenwick]
file Makefile.PL Fri Jul 18 06:43:35 -0700 2008 Fixed an invalid META.yml problem. Non-standar... [pfenwick]
file README Sat May 31 09:58:44 -0700 2008 Updated copyright year in README. [pfenwick]
directory examples/ Thu Jun 05 05:41:06 -0700 2008 Example of using IPC::System::Simple for making... [pfenwick]
directory inc/ Sat Sep 13 18:28:35 -0700 2008 Upgraded to Module::Install 0.77 [pfenwick]
directory lib/ Sun Feb 08 00:12:03 -0800 2009 Bump version to 1.18. Add RT #42705 and #43098 ... [pfenwick]
directory t/ Thu Feb 12 12:41:03 -0800 2009 (Failing) tests for commands in directories con... [pfenwick]
README
IPC-System-Simple
=================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module depends upon Win32::Process when working on Win32
systems.  ActivePerl 5.6.1 and above have this bundled as part
of their standard distribution.

COPYRIGHT AND LICENCE

Copyright (C) 2006-08 by Paul Fenwick

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.7 or,
at your option, any later version of Perl 5 you may have available.