Test::AutoBuild::Command::SELocal.3pm

Langue: en

Version: 2007-06-30 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Test::AutoBuild::Command::SELocal - A locally executed command with mandatory access control

SYNOPSIS

   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)
 
 

METHODS

AUTHORS

Daniel Berrange <dan@berrange.com>, Copyright (C) 2007 Daniel Berrange

SEE ALSO

perl(1), Test::AutoBuild, Test::AutoBuild::Runtime, Test::AutoBuild::Command