summary refs log tree commit diff
path: root/lib/Plack/Middleware/Throttle.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-28 08:53:14 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-28 08:53:14 +0200
commit1e1dd5fbbbc8c7c3530ce7451d0f72fd383b7561 (patch)
tree746bc69563e33b0eda49c7b6427675c16e87dcaf /lib/Plack/Middleware/Throttle.pm
parentnew readme (diff)
downloadplack-middleware-throttle-1e1dd5fbbbc8c7c3530ce7451d0f72fd383b7561.tar.gz
POD fix
Diffstat (limited to 'lib/Plack/Middleware/Throttle.pm')
-rw-r--r--lib/Plack/Middleware/Throttle.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Plack/Middleware/Throttle.pm b/lib/Plack/Middleware/Throttle.pm
index 25b2aad..3100325 100644
--- a/lib/Plack/Middleware/Throttle.pm
+++ b/lib/Plack/Middleware/Throttle.pm
@@ -212,6 +212,8 @@ or
 
 The cache object must implement B<get>, B<set> and B<incr> methods. By default, you can use C<Plack::Middleware::Throttle::Backend::Hash>.
 
+By default, if no backend is specified, L<Plack::Middleware::Throttle::Backend::Hash> is used.
+
 =item B<key_prefix>
 
 Key to prefix sessions entry in the cache.