Fix POD bug
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 1 Mar 2015 12:07:33 +0000 (14:07 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 1 Mar 2015 12:07:33 +0000 (14:07 +0200)
lib/Plack/Middleware/Auth/Complex.pm

index e272f18b431e57099cd5934550113c812d07579a..f30f412f4cc01cf5f29f7351ad05e7e5a9694555 100644 (file)
@@ -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
This page took 0.010247 seconds and 4 git commands to generate.