diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-14 15:50:09 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-14 15:50:09 +0200 |
| commit | ae4f1a6252d84b36ab71ad347ff5abdba8e02a1b (patch) | |
| tree | 7f0e284c4fc656f1d7929b769ce71d2311a66dad | |
| parent | if no client, use default one (diff) | |
| download | net-riak-ae4f1a6252d84b36ab71ad347ff5abdba8e02a1b.tar.gz | |
update change and version
| -rw-r--r-- | Changes | 7 | ||||
| -rw-r--r-- | dist.ini | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,2 +1,9 @@ +0.02 Mon 14 Jun 2010 03:48:43 PM CEST + - links_to_header is now private + - add some handles + - client is moved to a class + - client is now a N::R::Client + - add tests for bucket, client, object, links + 0.01 Mon 14 Jun 2010 01:08:52 PM CEST - initial release (port of the python client)
\ No newline at end of file @@ -3,7 +3,7 @@ author = franck cuny <franck@lumberjaph.net> license = Perl_5 copyright_holder = linkfluence copyright_year = 2010 -version = 0.01 +version = 0.02 [@Filter] bundle = @Basic |
