From 1e1dd5fbbbc8c7c3530ce7451d0f72fd383b7561 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 28 Apr 2010 08:53:14 +0200 Subject: POD fix --- lib/Plack/Middleware/Throttle.pm | 2 ++ lib/Plack/Middleware/Throttle/Interval.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') 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, B and B methods. By default, you can use C. +By default, if no backend is specified, L is used. + =item B Key to prefix sessions entry in the cache. diff --git a/lib/Plack/Middleware/Throttle/Interval.pm b/lib/Plack/Middleware/Throttle/Interval.pm index cd40fde..40312d2 100644 --- a/lib/Plack/Middleware/Throttle/Interval.pm +++ b/lib/Plack/Middleware/Throttle/Interval.pm @@ -52,7 +52,7 @@ How many request an host can do between an interval of time (in seconds). =over 4 -=item B +=item B How many requets can be done in an interval of time. -- cgit v1.2.3