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