From: Andreas Marienborg Date: Wed, 26 Jun 2013 02:54:10 +0000 (+0700) Subject: C<< requires space after << and before >> X-Git-Tag: 0.40~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=commitdiff_plain;h=dd7f087235e8eced42e64fd160c8835848552da8 C<< requires space after << and before >> --- diff --git a/lib/Catalyst/Plugin/Session.pm b/lib/Catalyst/Plugin/Session.pm index 6173146..52c5852 100644 --- a/lib/Catalyst/Plugin/Session.pm +++ b/lib/Catalyst/Plugin/Session.pm @@ -1045,14 +1045,14 @@ hours). =item verify_address -When true, C<<$c->request->address>> will be checked at prepare time. If it is +When true, C<< $c->request->address >> will be checked at prepare time. If it is not the same as the address that initiated the session, the session is deleted. Defaults to false. =item verify_user_agent -When true, C<<$c->request->user_agent>> will be checked at prepare time. If it +When true, C<< $c->request->user_agent >> will be checked at prepare time. If it is not the same as the user agent that initiated the session, the session is deleted.