diff options
| author | Robin Edwards <robin.ge@gmail.com> | 2013-03-20 04:46:01 -0700 |
|---|---|---|
| committer | Robin Edwards <robin.ge@gmail.com> | 2013-03-20 04:46:01 -0700 |
| commit | 19e26a426e60fad27a5b4dfa417d14320ba72949 (patch) | |
| tree | afe5539b0e159f4db3b81ad9654d56f23c78f9ba /lib/Net/Riak/Role/PBC.pm | |
| parent | Add gitignore (diff) | |
| parent | Add support for usermeta nvps (diff) | |
| download | net-riak-19e26a426e60fad27a5b4dfa417d14320ba72949.tar.gz | |
Merge pull request #25 from adamlounds/feature/usermeta
Add support for usermeta nvps
Diffstat (limited to 'lib/Net/Riak/Role/PBC.pm')
| -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'; |
