NAME
Egg::Plugin::YAML - YAML can be treated.
SYNOPSIS
package MYPROJECT; use strict; use Egg qw/YAML/;
my $config= __PACKAGE__->load('/path/to/config.yaml');
DESCRIPTION
Let's write the configuration of Egg with YAML.
Moreover, it is possible to misappropriate it also to other processing.
METHODS
load ([YAML FILE PATH] or [YAML DATA]);
* YAML data when changing line is included in argument, It treats as a file name if not included. * The result of doing parse is returned by HASH reference.
SEE ALSO
YAML,
AUTHOR
Masatoshi Mizuno, <lt>mizuno@bomcity.com<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2006 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.