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

NAME

Egg::Helper::Build::Project - Helper to generate project.

SYNOPSIS

  % egg_helper.pl project MyApp -o /path/to

DESCRIPTION

It is a helper to generate the project.

First of all, please generate the helper script to use it.

The method of generating the helper script is in the document of Egg.

The mode and the made project name are passed to the generated helper script and it starts.

  % egg_helper.pl project [PROJECT_NAME]

PROJECT_NAME is made for the current directory by this, and the file complete set is generated in that.

PROJECT_NAME specifies the name that can be used as a module name of Perl. Moreover, the form of the subclass including ':' is not accepted.

SEE ALSO

Egg::Release, Egg::Helper,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>.

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.