App-Framework-Lite
view release on metacpan or search on metacpan
lib/App/Framework/Lite.pm view on Meta::CPAN
}
# if it's defined, call the results checker for each line
$rc ||= $this->_check_results(\@results, $check_results) ;
return ($rc, @results) ;
}
#----------------------------------------------------------------------
#Execute a command in the background, gather output, return status.
#If timeout is specified (in seconds), process is killed after the timeout period.
#
sub _run_timeout
{
my $this = shift ;
my ($cmd, $args, $timeout, $progress, $check_results) = @_ ;
$this->_dbg_prt(["_run_timeout($cmd) timeout=$timeout args=$args\n"]) ;
## Timesout must be set
( run in 0.954 second using v1.01-cache-2.11-cpan-f56aa216473 )