summary refs log tree commit diff
path: root/lib/AnyEvent/Riak.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-10 14:22:43 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-10 14:22:43 +0100
commitec1e256bf94d16108f673c17e5e28c24fe225dc4 (patch)
tree5002756788385827d5a50cdf2b9ed23259b9f75d /lib/AnyEvent/Riak.pm
downloadanyevent-riak-ec1e256bf94d16108f673c17e5e28c24fe225dc4.tar.gz
initial commit
Diffstat (limited to '')
-rw-r--r--lib/AnyEvent/Riak.pm32
1 files changed, 32 insertions, 0 deletions
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 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