NAME
Test::AutoBuild::Stage::CleanBuildRoots - Clean up files in build install root
SYNOPSIS
use Test::AutoBuild::Stage::CleanBuildRoots
my $stage = Test::AutoBuild::Stage::CleanBuildRoots->new(name => "cleanroot", label => "Clean Roots")
$stage->run($runtime);
DESCRIPTION
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
AUTHORS
Daniel Berrange <dan@berrange.com> Dennis Gregorovic <dgregorovic@alum.mit.edu>
COPYRIGHT
Copyright (C) 2004 Red Hat, Inc, 2004-2005 Daniel Berrange