The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Git::Lint::Command - run commands

SYNOPSIS

 use Git::Lint::Command;
 my ($stdout, $stderr, $exit) = Git::Lint::Command::run(\@git_config_cmd);

DESCRIPTION

Git::Lint::Command runs commands and returns output.

SUBROUTINES

run

Runs the passed command and returns the output from STDOUT, STDERR, and the exit code.