diff options
| author | Robin Edwards <robin.ge@gmail.com> | 2013-03-20 12:15:29 +0000 |
|---|---|---|
| committer | Robin Edwards <robin.ge@gmail.com> | 2013-03-20 12:22:48 +0000 |
| commit | 6910b7be19c747c5b8044a58c1877272530957db (patch) | |
| tree | 810c1a9d019b171004b238497d6fe96f928a5257 /lib/Net/Riak/Transport/PBC.pm | |
| parent | Bump version for release (diff) | |
| download | net-riak-6910b7be19c747c5b8044a58c1877272530957db.tar.gz | |
Clean up ws
Diffstat (limited to '')
| -rw-r--r-- | lib/Net/Riak/Transport/PBC.pm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Net/Riak/Transport/PBC.pm b/lib/Net/Riak/Transport/PBC.pm index e495663..a0951d6 100644 --- a/lib/Net/Riak/Transport/PBC.pm +++ b/lib/Net/Riak/Transport/PBC.pm @@ -1,9 +1,4 @@ package Net::Riak::Transport::PBC; - use Moose::Role; - -with qw/ - Net::Riak::Role::PBC - /; - +with qw/Net::Riak::Role::PBC/; 1; |
