MATSUNO★Tokuhiro > Daiku-0.04 > Daiku::File

Download:
Daiku-0.04.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Source  

NAME ^

Daiku::File - file creation rule

DESCRIPTION ^

This is a file creation rule object for Daiku

ATTRIBUTES ^

dst:Str

Destination file name

deps:ArrayRef[Str]

This is a dependency file names.

code:CodeRef

This is a callback function.

METHODS ^

my $file = Daiku::File->new(%args);

Create a new instance of Daiku::File.

$file->build();

Build the target.

Return Value: The number of built jobs.

$file->match($name) :Bool
syntax highlighting: