summaryrefslogtreecommitdiff
path: root/lib/Net/Riak.pm
diff options
context:
space:
mode:
authorSimon Wistow <simon@thegestalt.org>2011-04-09 20:07:45 -0700
committerSimon Wistow <simon@thegestalt.org>2011-04-09 20:07:45 -0700
commite2d62713835e78adef15bb6d1e3db330a1cfb1bc (patch)
treeb4e21489710fec69c32b422c6b29f36951cc86a2 /lib/Net/Riak.pm
parentFix remove_link (diff)
downloadnet-riak-e2d62713835e78adef15bb6d1e3db330a1cfb1bc.tar.gz
Fix issue with url encoded links
Diffstat (limited to '')
-rw-r--r--lib/Net/Riak.pm2
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
);