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


Egg-Release documentation  | view source Contained in the Egg-Release distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Egg::Release, Egg::Helper,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Release documentation  | view source Contained in the Egg-Release distribution.