| Test-AutoBuild documentation | view source | Contained in the Test-AutoBuild distribution. |
Test::AutoBuild::Command::SELocal - A locally executed command with mandatory access control
use Test::AutoBuild::Command::SELocal; my $cmd = Test::AutoBuild::Command::SELocal->new(cmd => \@cmd, dir => $path); # Execute the command my $status = $counter->run($stdout, $stderr)
Daniel Berrange <dan@berrange.com>,
Copyright (C) 2007 Daniel Berrange
| Test-AutoBuild documentation | view source | Contained in the Test-AutoBuild distribution. |