Fix POD bug
[plack-middleware-auth-complex.git] / 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.009194 seconds and 4 git commands to generate.