Daniel P. Berrangé > Test-AutoBuild > Test::AutoBuild::Stage::CleanBuildRoots

Download:
Test-AutoBuild-1.2.4.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs
Source  

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

SEE ALSO ^

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

syntax highlighting: