Test::AutoBuild::Stage::CleanBuildRoots - Clean up files in build install root


Test-AutoBuild documentation  | view source Contained in the Test-AutoBuild distribution.

Index


NAME

Top

Test::AutoBuild::Stage::CleanBuildRoots - Clean up files in build install root

SYNOPSIS

Top

  use Test::AutoBuild::Stage::CleanBuildRoots

  my $stage = Test::AutoBuild::Stage::CleanBuildRoots->new(name => "cleanroot", label => "Clean Roots")
  $stage->run($runtime);

DESCRIPTION

Top

This module is responsible for cleaning up the build installation root. It basically just recursively removes all files and directories in the location specified by the install_root method on the Test::AutoBuild::Runtime object.

METHODS

Top

AUTHORS

Top

Daniel Berrange <dan@berrange.com> Dennis Gregorovic <dgregorovic@alum.mit.edu>

COPYRIGHT

Top

SEE ALSO

Top

Test::AutoBuild::Stage, Test::AutoBuild::Runtime


Test-AutoBuild documentation  | view source Contained in the Test-AutoBuild distribution.