NAME
Data::Encoder::Storable - Data::Encoder gateway for Storable
SYNOPSIS
use Data::Encoder;
my $encoder = Data::Encoder->load('Storable');
my $packed = $encoder->encode($data);
my $unpacked = $encoder->decode($packed);
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.