package Data::Riak::Transport::Request; { $Data::Riak::Transport::Request::VERSION = '2.0'; } use Moose::Role; use namespace::autoclean; 1; __END__ =pod =head1 NAME Data::Riak::Transport::Request =head1 VERSION version 2.0 =head1 AUTHORS =over 4 =item * Andrew Nelson =item * Florian Ragwitz =back =head1 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. =cut