NAME
Task::Pluggable - Pluggable task module
VERSION
Version 0.02
SYNOPSIS
Create new task directory
for example
mkdir task_dir
cd task_dir
perl -MTask::Pluggable -e "Task::Pluggable::create"
./bin/ptm
FUNCTIONS
new
create instanse
create
create task directory and task script
run
run task ./bin/ptm <task_name>
internel code is
$task = new Task::Pluggable();
$task->run(Task::Pluggable::CommandLineTaskManager);
AUTHOR
Masafumi Yoshida, <masafumi.yoshida820 at gmail.com>
BUGS
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.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Task::Pluggable
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
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.