The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Pake::FileCreationTask

SYNOPSIS

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

Description

File creation task, executes if the file with the same name does not exists

Methods

Overview of overriden methods in the FileTask object

needed

Needed only if the specified file does not exists

timestamp

Returns file timestamp. If the file don't exists it returns... nothing