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

NAME

Egg::Helper::Plugin::YAML - Helper who output configuration of YAML format.

SYNOPSIS

  perl MyApp/bin/myapp_helper.pl Plugin:YAML -o /path/to/output

DESCRIPTION

The configuration of the YAML form is output.

The output destination can be specified by passing PATH to '-o' option. It outputs it to the etc directory of the project when omitted.

When the configuration module doesn't exist, the exception is generated because MyApp::config is read.

It rotates by Egg::Plugin::File::Rotate if there is a file output before.

SEE ALSO

YAML, Egg::Plugin::File::Rotate, Egg::Helper, Egg::Release,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT

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