NAME
Data::Encoder::YAML - Data::Encoder gateway for YAML
SYNOPSIS
use Data::Encoder;
my $encoder = Data::Encoder->load('YAML');
my $yaml = $encoder->encode({ foo => 'bar' });
my $data = $encoder->decode($yaml);
AUTHOR
xaicron <xaicron {at} cpan.org>
COPYRIGHT
Copyright 2010 - xaicron
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.