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

NAME

Egg::Helper::Script::Dispatcher - The skeleton of Dispatch is made.

SYNOPSIS

 # cd /path/to/project_root
 # bin/create_dispath.pl -d [NEW_DISPATCH_NAME]
 ....
 ....
 
 ... The generation of dispatch was completed.
 
 # ls -la lib/project_name/D
 ...
 -rw-r--r--  1 user user ..... [NEW_DISPATCH_NAME].pm
 
 # ls -la t/
 ...
 -rw-r--r--  1 user user ..... NN_[NEW_DISPATCH_NAME].t

DESCRIPTION

MANIFEST is not renewed in OS other than UNIX system. Please edit it sorry to trouble you, but by yourself.

SEE ALSO

Egg::Helper::Script, Egg::Release,

AUTHOR

Masatoshi Mizuno, <mizuno@bomcity.com>

COPYRIGHT AND LICENSE

Copyright (C) 2006 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.