1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
---
abstract: 'Object for running system commands'
author:
- 'Philippe Bruhat (BooK) <book@cpan.org>'
build_requires:
ExtUtils::MakeMaker: '0'
File::Spec: '0'
File::Temp: '0'
IO::Handle: '0'
IPC::Open3: '0'
Test::More: '0.88'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
keywords:
- system
- command
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: System-Command
provides:
System::Command:
file: lib/System/Command.pm
version: '1.122'
System::Command::Reaper:
file: lib/System/Command/Reaper.pm
version: '1.122'
requires:
Carp: '0'
Cwd: '0'
Data::Dumper: '0'
Fcntl: '0'
IO::Handle: '0'
IO::Select: '0'
IPC::Run: '0'
List::Util: '0'
POSIX: '0'
Scalar::Util: '0'
Symbol: '0'
constant: '0'
perl: '5.006'
strict: '0'
warnings: '0'
resources:
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=System-Command
repository: http://github.com/book/System-Command.git
version: '1.122'
x_contributors:
- 'Olaf Alders <oalders@cpan.org>'
- 'Lisa Hansen <Lisa.Hansen@sas.com>'
- 'Slaven Rezić <srezic@cpan.org>'
- 'Michael McClimon <mmcclimon@cpan.org>'
- 'Ed J <etj@cpan.org>'
- 'viviparous <viviparous@github.com>'
- 'Rob Kinyon <rkinyon@cpan.org>'
- 'Tim Bunce <timb@cpan.org>'
- 'Oleg Gashev <gashev@gmail.com>'
- 'Christian Walde <walde.christian@googlemail.com>'
- 'Vincent Pit <perl@profvince.com>'
- 'Todd Rinaldo <toddr@cpan.org>'
- 'pecho <pecho@osi.belwue.de>'
- 'Olivier Mengué <dolmen@cpan.org>'
- 'mokko <mauricemengel@gmail.com>'
- 'Alessandro Ghedini <al3xbio@gmail.com>'
x_generated_by_perl: v5.32.1
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
|