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

NAME

Egg::Helper::Project::Build - Project builder for Egg.

SYNOPSIS

Generation of helper script.

  perl -MEgg::Helper -e "Egg::Helper->out" > /path/to/egg_helper.pl

Bild of project.

  perl /path/to/egg_helper.pl P:[PROJECT_NAME] -o [OUTPUT_PATH]

* When '-o' is omitted, it is an output to current DIR.

  # cd [OUTPUT_PATH]
  # ./bin/trigger.cgi   or  perl ./bin/trigger.cgi

If the HTML source is output, it is normal and Bild completion.

DESCRIPTION

If trigger.cgi doesn't output the error after making the project, it operates normally.

Perhaps, there is a problem in the setting of the server though it is normally output if the error is displayed in a browser.

Please edit the project file and construct your application now. I am expecting the thing that a wonderful application can be done.

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.