NAME
Jifty::YAML -- Wrapper aroundYAML
DESCRIPTION
Provides a wrapper around theYAML library. If the fasterYAML::Syck is available, then it's used instead.
METHODS
Dump
DumpFile
Load
LoadFile
Each of the above is alias to the equivalent function in eitherYAML orYAML::Syck.
Module Install Instructions
To install Jifty, copy and paste the appropriate command in to your terminal.
cpanm Jifty
perl -MCPAN -e shellinstall Jifty
For more information on module installation, please visitthe detailed CPAN module installation guide.