The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Taskflow - a light weight file-based taskflow system

This module is the helper library for taskflow. No user-serviceable parts inside. Use taskflow only.

For a complete documentation of taskflow, see its POD.

VERSION

Version 1.0

SYNOPSIS

    use App::Taskflow;
    workflow ($folder, $log, $config, $cache, $name, $sleep);
    ...

EXPORT

usage version taskflow daemonize

SUBROUTINES/METHODS

usage

description and examples of usage

version

Print-out of current version of script

taskflow

Main function, a file-based taskflow system based on configuration file

load_config

Read configuration file and returns its content as a reference to an array, and the modification time of configuration file

daemonize

Fork and detach from the parent process

AUTHOR

Farhad Fouladi, <farhad at cpan.org>

BUGS

Please report any bugs or feature requests to bug-app-taskflow at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Taskflow. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc App::Taskflow

    or 

    perldoc taskflow

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2012 Farhad Fouladi.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.