Test::AutoBuild::Stage::CleanBuildRoots.3pm

Langue: en

Version: 2006-02-02 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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 (C) 2004 Red Hat, Inc, 2004-2005 Daniel Berrange

SEE ALSO

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