The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Riak::Result::Single - Results without the need of a ResultSet

VERSION

version 2.0

DESCRIPTION

Normally, requests to Riak can return more than one result. That set of results is usually wrapped up in a Data::Riak::ResultSet before being returned to the user.

However, some requests will only ever result in a single result. This result role indicates that and will prevent the returned result from being wrapped in a ResultSet.

AUTHORS

  • Andrew Nelson <anelson at cpan.org>

  • Florian Ragwitz <rafl@debian.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Infinity Interactive.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.