From f8d502f0bbff27bc0809670fd9d0a8d2b5aab305 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 1 Mar 2015 14:38:14 +0200 Subject: [PATCH] Fix endpoints in POD --- lib/Plack/Middleware/Auth/Complex.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Plack/Middleware/Auth/Complex.pm b/lib/Plack/Middleware/Auth/Complex.pm index 4436e5a..758e0c2 100644 --- a/lib/Plack/Middleware/Auth/Complex.pm +++ b/lib/Plack/Middleware/Auth/Complex.pm @@ -486,19 +486,19 @@ Returns a 401 Authorization required response. =item B(I<$req>) -Handles the C endpoint. I<$req> is a Plack::Request object. +Handles the C endpoint. I<$req> is a Plack::Request object. =item B(I<$req>) -Handles the C endpoint. I<$req> is a Plack::Request object. +Handles the C endpoint. I<$req> is a Plack::Request object. =item B(I<$req>) -Handles the C endpoint. I<$req> is a Plack::Request object. +Handles the C endpoint. I<$req> is a Plack::Request object. =item B(I<$req>) -Handles the C endpoint. I<$req> is a Plack::Request object. +Handles the C endpoint. I<$req> is a Plack::Request object. =back -- 2.30.2