diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-05-11 11:22:58 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-04 11:09:21 +0200 |
| commit | f6ac9dc69c1585ce5b3fd9ffd73aa049237c5ea1 (patch) | |
| tree | eb858959a3f12318612055208b447e5f4a9e5a40 /lib/AnyEvent/Riak/Role/Client.pm | |
| parent | update tests (diff) | |
| download | anyevent-riak-f6ac9dc69c1585ce5b3fd9ffd73aa049237c5ea1.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; |
