| pake documentation | view source | Contained in the pake distribution. |
Pake::FileTask
use Pake::FileTask;
$file_task = Pake::FileTask->new($code,$name,$dependency_array_ref);
$file_task->invoke();
File task, executes if the file with the same name does not exists, or is out of date with dependencies
Overview of overriden methods in the FileTask object
neededNeeded if the specified file does not exists or dependencies are out of date
timestampReturns file timestamp
| pake documentation | view source | Contained in the pake distribution. |