NAME
Egg::Plugin::YAML - Plugin that treats YAML.
SYNOPSIS
use Egg qw/ YAML /;
$e->yaml_load($yaml_text);
DESCRIPTION
It is a plug-in to treat data and the file of the YAML form.
METHODS
yaml_load ( [YAML_DATA] or [YAML_PATH] )
Data or the file of the YAML form is read, and the result of doing PATH is returned.
$e->yaml_load('/path/to/load_file.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.