diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-05-11 11:22:58 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-08 08:02:41 +0200 |
| commit | e71ee6fc097b832df6808a4a97f89029d971e196 (patch) | |
| tree | 65ce4819db1b2ddc104cd20c5d70e5d4136d3920 /lib/AnyEvent/Riak/Role/Client.pm | |
| parent | update tests (diff) | |
| download | anyevent-riak-e71ee6fc097b832df6808a4a97f89029d971e196.tar.gz | |
switch to dzil; rename tests; update changelog
Diffstat (limited to '')
| -rw-r--r-- | lib/AnyEvent/Riak/Role/Client.pm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/AnyEvent/Riak/Role/Client.pm b/lib/AnyEvent/Riak/Role/Client.pm deleted file mode 100644 index 0623e71..0000000 --- a/lib/AnyEvent/Riak/Role/Client.pm +++ /dev/null @@ -1,12 +0,0 @@ -package AnyEvent::Riak::Role::Client; - -use Moose::Role; - -has _client => ( - is => 'rw', - isa => 'AnyEvent::Riak', - required => 1, - handles => {host => 'host', client_id => 'client_id'} -); - -1; |
