diff options
| author | adam lounds <adamlounds@gmail.com> | 2013-03-20 11:08:43 +0000 |
|---|---|---|
| committer | adam lounds <adamlounds@gmail.com> | 2013-03-20 11:08:43 +0000 |
| commit | 1f39a88e1e7fa18f241605b7469ee06ba40ec03b (patch) | |
| tree | afe5539b0e159f4db3b81ad9654d56f23c78f9ba /lib/Net/Riak/Role/PBC.pm | |
| parent | Add gitignore (diff) | |
| download | net-riak-1f39a88e1e7fa18f241605b7469ee06ba40ec03b.tar.gz | |
Add support for usermeta nvps
Diffstat (limited to '')
| -rw-r--r-- | lib/Net/Riak/Role/PBC.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Net/Riak/Role/PBC.pm b/lib/Net/Riak/Role/PBC.pm index bc32e3b..775976e 100644 --- a/lib/Net/Riak/Role/PBC.pm +++ b/lib/Net/Riak/Role/PBC.pm @@ -8,6 +8,7 @@ with qw( Net::Riak::Role::PBC::Bucket Net::Riak::Role::PBC::MapReduce Net::Riak::Role::PBC::Link + Net::Riak::Role::PBC::Meta Net::Riak::Role::PBC::Object); use Net::Riak::Types 'Socket'; |
