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 !
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 Dec 03 19:15:14 -0800 2009 Noted that new tests are for a known bug [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 03 19:13:58 -0800 2009 Manifest tidy-ups [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/ Loading commit data...
directory t/ Thu Dec 03 19:13:58 -0800 2009 Manifest tidy-ups [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.