NAME
Egg::Plugin::ConfigLoader - The configuration of Egg is loaded.
SYNOPSIS
use Egg qw/ ConfigLoader /;
__PACKAGE__->_egg_setup;
DESCRIPTION
The configuration of Egg is loaded.
Please pass '_egg_setup' PATH of the place where the project was generated when you want to make the configuration of the YAML form read.
__PACKAGE__->_egg_setup('/home/to/MyApp');
/home/to/MyApp/myapp.yaml or/home/to/MyApp/etc/myapp.yaml is read by this.
* The configuration of the YAML form can be output as follows.
perl MyApp/bin/myapp_helper Plugin::YAML
SEE ALSO
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.