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

NAME

Egg::Helper::E::Create - A helper who generates the skeleton of the engine for Egg.

SYNOPSIS

  cd /path/to/myproject/bin

  # Help is displayed.
  ./myproject_helper.pl E::Create -h
  
  # A new engine module is generated.
  ./myproject_helper.pl E::Create NewEngine

DESCRIPTION

This module generates the skeleton of the engine class for Egg.

A module necessary minimum because it functions as an engine of Egg is generated.

Please set the package name to MYPROJECT_ENGIN of engin_class of the configuration or the environment variable to build the made module into Egg.

SEE ALSO

Egg::Engine, Egg::Engine::V1, Egg::Helper, Egg::Release,

AUTHOR

Masatoshi Mizuno, <lushe@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2007 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.