From ec1e256bf94d16108f673c17e5e28c24fe225dc4 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 10 Dec 2009 14:22:43 +0100 Subject: initial commit --- lib/AnyEvent/Riak.pm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lib/AnyEvent/Riak.pm (limited to 'lib/AnyEvent') diff --git a/lib/AnyEvent/Riak.pm b/lib/AnyEvent/Riak.pm new file mode 100644 index 0000000..23fbf30 --- /dev/null +++ b/lib/AnyEvent/Riak.pm @@ -0,0 +1,32 @@ +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 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 1.4.1