Task::Pluggable - Pluggable task module


Task-Pluggable documentation  | view source Contained in the Task-Pluggable distribution.

Index


NAME

Top

Task::Pluggable - Pluggable task module

VERSION

Top

Version 0.02

SYNOPSIS

Top

Create new task directory

for example

	mkdir task_dir
	cd task_dir
	perl -MTask::Pluggable -e "Task::Pluggable::create"
	./bin/ptm 

FUNCTIONS

Top

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

Top

Masafumi Yoshida, <masafumi.yoshida820 at gmail.com>

BUGS

Top

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

Top

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

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-Pluggable

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Task-Pluggable

* CPAN Ratings

http://cpanratings.perl.org/d/Task-Pluggable

* Search CPAN

http://search.cpan.org/dist/Task-Pluggable/

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Task-Pluggable documentation  | view source Contained in the Task-Pluggable distribution.