From 0053c2aec257a12a3a0b5c903eccdd7a91b7df9c Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 11 Dec 2009 17:24:54 +0100 Subject: initial commit --- lib/KiokuDB/Backend/Riak.pm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lib/KiokuDB/Backend/Riak.pm (limited to 'lib/KiokuDB/Backend') 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 Efranck.cuny {at} rtgi.frE + +=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 -- cgit v1.2.3