summaryrefslogtreecommitdiff
path: root/lib/KiokuDB/Backend
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-11 17:24:54 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-11 17:24:54 +0100
commit0053c2aec257a12a3a0b5c903eccdd7a91b7df9c (patch)
treecac3fa5e240ac0069fae2739bc1b3104cd08ca5d /lib/KiokuDB/Backend
downloadkiokudb-backend-riak-0053c2aec257a12a3a0b5c903eccdd7a91b7df9c.tar.gz
initial commit
Diffstat (limited to '')
-rw-r--r--lib/KiokuDB/Backend/Riak.pm32
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/KiokuDB/Backend/Riak.pm b/lib/KiokuDB/Backend/Riak.pm
new file mode 100644
index 0000000..daa1f73
--- /dev/null
+++ b/lib/KiokuDB/Backend/Riak.pm
@@ -0,0 +1,32 @@
+package KiokuDB::Backend::Riak;
+
+use Moose;
+our $VERSION = '0.01';
+
+1;
+__END__
+
+=head1 NAME
+
+KiokuDB::Backend::Riak -
+
+=head1 SYNOPSIS
+
+ use KiokuDB::Backend::Riak;
+
+=head1 DESCRIPTION
+
+KiokuDB::Backend::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