Subject: | [Patch] POD nit |
The attached patch (against 1.01) fixes some POD, which renders wrong,
at least at search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/Continuity/Mapper.pm b/lib/Continuity/Mapper.pm
index 6653ff7..5b6271d 100644
--- a/lib/Continuity/Mapper.pm
+++ b/lib/Continuity/Mapper.pm
@@ -56,7 +56,7 @@ passed.
If you use C<query_session> to keep the user associated
with their session, every link and form in the application must be written to
-include the session id. The currently assigned ID can be gotten at with C<$request->session_id>.
+include the session id. The currently assigned ID can be gotten at with C<< $request->session_id >>.
For each incoming HTTP hit, L<Continuity> must use some criteria for
deciding which execution context to send that hit to.