GitXplorerGitXplorer
t

ipc-simple

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9c463b160f37e777a2ace29ace93561fc29d612d

Add error handling stuff from IPC::System::Simple.

ttheory committed 13 years ago
Unverified
d495a1d30bd47c6349bdca1e5260b9431d8709b4

Eliminate env.

ttheory committed 13 years ago
Unverified
671ed7063e02694a2c497a53191a8f676b4fdc85

Documentation.

ttheory committed 13 years ago
Unverified
c7d94ac2637102dc9950e07131482d32f0c8e97e

Initial implementation.

ttheory committed 13 years ago

README

The README file for this repository.

IPC/Simple version 0.10

IPC::Simple provides a simple, object-oriented interface over IPC::Open3 in order to abstract away error handling. All errors simply trigger exceptions. This way, you can just focus on reading and writing to the handles to your process.

Installation

To install this module, type the following:

perl Build.PL
./Build
./Build test
./Build install

Copyright and License

Copyright (c) 2012 David E. Wheeler. Some Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.