https://github.com/dominikschulz/sys-run
Run commands and handle their output
https://github.com/dominikschulz/sys-run
perl
Last synced: 25 days ago
JSON representation
Run commands and handle their output
- Host: GitHub
- URL: https://github.com/dominikschulz/sys-run
- Owner: dominikschulz
- Created: 2012-11-26T22:28:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T08:13:07.000Z (over 11 years ago)
- Last Synced: 2025-12-28T19:00:02.728Z (6 months ago)
- Topics: perl
- Language: Perl
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
This is the README file for Sys-Run,
run commands and handle their output..
## Description
Sys-Run provides a module
to run commands and handle their output.
## Installation
This package uses Dist::Zilla.
Use
dzil build
to create a release tarball which can be
unpacked and installed like any other EUMM
distribution.
perl Makefile.PL
make
make test
make install
## Documentation
Please see perldoc Sys::Run.