| Task-Pluggable documentation | view source | Contained in the Task-Pluggable distribution. |
Task::Pluggable - Pluggable task module
Version 0.02
Create new task directory
for example
mkdir task_dir cd task_dir perl -MTask::Pluggable -e "Task::Pluggable::create" ./bin/ptm
create instanse
create task directory and task script
run task ./bin/ptm <task_name>
internel code is
$task = new Task::Pluggable(); $task->run(Task::Pluggable::CommandLineTaskManager);
Masafumi Yoshida, <masafumi.yoshida820 at gmail.com>
Please report any bugs or feature requests to bug-task-pluggable at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Pluggable. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Task::Pluggable
You can also look for information at:
Copyright 2009 Masafumi Yoshida, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Task-Pluggable documentation | view source | Contained in the Task-Pluggable distribution. |