From a27e5239edbfea968f866cf73bc1e4cc87b53123 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 1 Mar 2015 14:07:33 +0200 Subject: [PATCH] Fix POD bug --- lib/Plack/Middleware/Auth/Complex.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Plack/Middleware/Auth/Complex.pm b/lib/Plack/Middleware/Auth/Complex.pm index e272f18..f30f412 100644 --- a/lib/Plack/Middleware/Auth/Complex.pm +++ b/lib/Plack/Middleware/Auth/Complex.pm @@ -277,7 +277,7 @@ allows user registration, password changing and password reset. AuthComplex sets REMOTE_USER if the request includes correct basic authentication and intercepts POST requests to some configurable URLs. -It also sets C<$env->{authcomplex}> to itself before passing the +It also sets C<< $env->{authcomplex} >> to itself before passing the request. Some options can be controlled by passing a hashref to the -- 2.30.2