Daniel P. Berrangé > Test-AutoBuild > Test::AutoBuild::Command::SELocal

Download:
Test-AutoBuild-1.2.2.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Source  

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 ^

Copyright (C) 2007 Daniel Berrange

SEE ALSO ^

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