Pake::Directory - Pake::Directory documentation


pake documentation  | view source Contained in the pake distribution.

Index


NAME

Top

Pake::Directory

SYNOPSIS

Top

    use Pake::Directory;
    $dir_task = Pake::Directory->new($code,$name,$dependency_array_ref);
    $dir_task->invoke();




Description

Top

Directory task, needs to execute only if the directory does not exists

Methods

Top

Overview of overriden methods in the Directory object

needed

Needed returns 1 only if the specified directory does not exists


pake documentation  | view source Contained in the pake distribution.