blob: 23fbf3038f6d44e11621ae8f26ade74e91fc2bbf (
plain) (
tree)
|
|
package AnyEvent::Riak;
use Moose;
our $VERSION = '0.01';
1;
__END__
=head1 NAME
AnyEvent::Riak -
=head1 SYNOPSIS
use AnyEvent::Riak;
=head1 DESCRIPTION
AnyEvent::Riak is
=head1 AUTHOR
franck cuny E<lt>franck.cuny {at} rtgi.frE<gt>
=head1 SEE ALSO
=head1 LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
|