diff options
| author | Simon Wistow <simon@thegestalt.org> | 2011-04-09 20:07:45 -0700 |
|---|---|---|
| committer | Simon Wistow <simon@thegestalt.org> | 2011-04-09 20:07:45 -0700 |
| commit | e2d62713835e78adef15bb6d1e3db330a1cfb1bc (patch) | |
| tree | b4e21489710fec69c32b422c6b29f36951cc86a2 /lib/Net/Riak.pm | |
| parent | Fix remove_link (diff) | |
| download | net-riak-e2d62713835e78adef15bb6d1e3db330a1cfb1bc.tar.gz | |
Fix issue with url encoded links
Diffstat (limited to '')
| -rw-r--r-- | lib/Net/Riak.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/Riak.pm b/lib/Net/Riak.pm index 7412adb..37a774d 100644 --- a/lib/Net/Riak.pm +++ b/lib/Net/Riak.pm @@ -34,7 +34,7 @@ sub bucket { =head1 SYNOPSIS my $client = Net::Riak->new( - host => 'http://10.0.0.40:8098', + host => 'http://10.0.0.40:8098', ua_timeout => 900 ); |
